From 53986a1b72d421453dee5733795980e26987dfdd Mon Sep 17 00:00:00 2001 From: AyushBherwani1998 Date: Wed, 8 Jan 2025 12:15:58 +0530 Subject: [PATCH] resolve review comments --- .../mpc-core-kit-js/authentication/login-jwt.mdx | 12 ++++++------ .../mpc-core-kit-js/authentication/login-oauth.mdx | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-jwt.mdx b/docs/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-jwt.mdx index 44b50433e..03f4c0319 100644 --- a/docs/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-jwt.mdx +++ b/docs/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-jwt.mdx @@ -165,18 +165,18 @@ const jwtLoginParams: JWTLoginParams = { await coreKitInstance.loginWithJWT(jwtLoginParams); ``` -## Importing an existing Single Factor Auth(SFA) account. +## Importing an existing Single Factor Auth(SFA) Key. -When logging in for the first time, you can import an existing SFA account using the +When logging in for the first time, you can import an existing SFA key using the `registerExistingSFAKey` parameter. By default, the value of this parameter is `false`. Additionally, this parameter allows you to leverage the [wallet pregeneration API](/docs/features/wallet-pregeneration) to pre-generate a wallet address. -This approach enhances the user experience by enabling the creation of an EVM wallet without -requiring end users to initiate or complete an authentication flow. +This approach enhances the user experience by enabling the creation of a wallet without requiring +end users to initiate or complete an authentication flow. -To use this feature, you need to make sure that you are using the same `verifier` for both the SFA/ -Wallet Pregeneration API and MPC Core Kit SDK. +To use this feature, you need to make sure that you are using the same `verifier` for both the SFA +SDK/ Wallet Pregeneration API and MPC Core Kit SDK. :::info diff --git a/docs/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-oauth.mdx b/docs/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-oauth.mdx index e82dcd7dd..ccf2a64cf 100644 --- a/docs/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-oauth.mdx +++ b/docs/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-oauth.mdx @@ -218,18 +218,18 @@ const verifierConfig: SubVerifierDetailsParams = { await coreKitInstance.loginWithOAuth(verifierConfig); ``` -## Importing an existing Single Factor Auth(SFA) account. +## Importing an existing Single Factor Auth(SFA) Key. -When logging in for the first time, you can import an existing SFA account using the +When logging in for the first time, you can import an existing SFA key using the `registerExistingSFAKey` parameter. By default, the value of this parameter is `false`. Additionally, this parameter allows you to leverage the [wallet pregeneration API](/docs/features/wallet-pregeneration) to pre-generate a wallet address. -This approach enhances the user experience by enabling the creation of an EVM wallet without -requiring end users to initiate or complete an authentication flow. +This approach enhances the user experience by enabling the creation of a wallet without requiring +end users to initiate or complete an authentication flow. -To use this feature, you need to make sure that you are using the same `verifier` for both the SFA/ -Wallet Pregeneration API and MPC Core Kit SDK. +To use this feature, you need to make sure that you are using the same `verifier` for both the SFA +SDK/ Wallet Pregeneration API and MPC Core Kit SDK. :::info