Skip to content

Commit

Permalink
fix: typo in doc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
amjed-ali-k authored Oct 9, 2023
1 parent db44915 commit 261eae0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions backend/docs/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ third_party:
##
#
# The client ID (Services ID) of your Apple credentials.
# See: https://docs.hanko.io/guides/social/apple
# See: https://docs.hanko.io/guides/authentication-methods/oauth/apple
#
# Required if provider is enabled.
#
Expand All @@ -501,7 +501,7 @@ third_party:
#
# The generated secret of your Apple credentials.
# Valid for max. 6 months. Must be regenerated before expiration.
# https://docs.hanko.io/guides/social/apple
# https://docs.hanko.io/guides/authentication-methods/oauth/apple
#
# Required if provider is enabled.
#
Expand All @@ -521,15 +521,15 @@ third_party:
##
#
# The client ID of your Google OAuth credentials.
# See: https://docs.hanko.io/guides/social/google
# See: https://docs.hanko.io/guides/authentication-methods/oauth/google
#
# Required if provider is enabled.
#
client_id: "CHANGE_ME"
##
#
# The secret of your Google OAuth credentials
# See: https://docs.hanko.io/guides/social/google
# See: https://docs.hanko.io/guides/authentication-methods/oauth/google
#
# Required if provider is enabled.
#
Expand All @@ -549,15 +549,15 @@ third_party:
##
#
# The client ID of your GitHub OAuth credentials.
# See: https://docs.hanko.io/guides/social/github
# See: https://docs.hanko.io/guides/authentication-methods/oauth/github
#
# Required if provider is enabled.
#
client_id: "CHANGE_ME"
##
#
# The secret of your GitHub OAuth credentials.
# See: https://docs.hanko.io/guides/social/github
# See: https://docs.hanko.io/guides/authentication-methods/oauth/github
#
# Required if provider is enabled.
#
Expand Down

0 comments on commit 261eae0

Please sign in to comment.