From 18d212098a820adfcff9ebaceca617798cd267c6 Mon Sep 17 00:00:00 2001 From: Derick Sozo Date: Mon, 12 Aug 2024 13:08:38 +0700 Subject: [PATCH] (docs): Fixing the errors.' --- docs/dictionary/en-custom.txt | 3 ++- docs/how-to/authentication-plugin-examples.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/dictionary/en-custom.txt b/docs/dictionary/en-custom.txt index b2060d1d..b987e9eb 100644 --- a/docs/dictionary/en-custom.txt +++ b/docs/dictionary/en-custom.txt @@ -101,4 +101,5 @@ passwordless Appsettings appsettings Codespaces -Keycloak \ No newline at end of file +Keycloak +thirdparty \ No newline at end of file diff --git a/docs/how-to/authentication-plugin-examples.md b/docs/how-to/authentication-plugin-examples.md index 26c25043..a0ecd303 100644 --- a/docs/how-to/authentication-plugin-examples.md +++ b/docs/how-to/authentication-plugin-examples.md @@ -188,7 +188,7 @@ The Supertokens Auth Provider adds Supertokens authentication to your service, s "apiKey": "", "supertokensIdFieldName": "supertokensId", "recipe": { - "name": "emailpassword" + "name": "email-password" } } }