Skip to content

Commit 53986a1

Browse files
resolve review comments
1 parent 8a33cec commit 53986a1

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-jwt.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,18 +165,18 @@ const jwtLoginParams: JWTLoginParams = {
165165
await coreKitInstance.loginWithJWT(jwtLoginParams);
166166
```
167167

168-
## Importing an existing Single Factor Auth(SFA) account.
168+
## Importing an existing Single Factor Auth(SFA) Key.
169169

170-
When logging in for the first time, you can import an existing SFA account using the
170+
When logging in for the first time, you can import an existing SFA key using the
171171
`registerExistingSFAKey` parameter. By default, the value of this parameter is `false`.
172172

173173
Additionally, this parameter allows you to leverage the
174174
[wallet pregeneration API](/docs/features/wallet-pregeneration) to pre-generate a wallet address.
175-
This approach enhances the user experience by enabling the creation of an EVM wallet without
176-
requiring end users to initiate or complete an authentication flow.
175+
This approach enhances the user experience by enabling the creation of a wallet without requiring
176+
end users to initiate or complete an authentication flow.
177177

178-
To use this feature, you need to make sure that you are using the same `verifier` for both the SFA/
179-
Wallet Pregeneration API and MPC Core Kit SDK.
178+
To use this feature, you need to make sure that you are using the same `verifier` for both the SFA
179+
SDK/ Wallet Pregeneration API and MPC Core Kit SDK.
180180

181181
:::info
182182

docs/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-oauth.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,18 +218,18 @@ const verifierConfig: SubVerifierDetailsParams = {
218218
await coreKitInstance.loginWithOAuth(verifierConfig);
219219
```
220220

221-
## Importing an existing Single Factor Auth(SFA) account.
221+
## Importing an existing Single Factor Auth(SFA) Key.
222222

223-
When logging in for the first time, you can import an existing SFA account using the
223+
When logging in for the first time, you can import an existing SFA key using the
224224
`registerExistingSFAKey` parameter. By default, the value of this parameter is `false`.
225225

226226
Additionally, this parameter allows you to leverage the
227227
[wallet pregeneration API](/docs/features/wallet-pregeneration) to pre-generate a wallet address.
228-
This approach enhances the user experience by enabling the creation of an EVM wallet without
229-
requiring end users to initiate or complete an authentication flow.
228+
This approach enhances the user experience by enabling the creation of a wallet without requiring
229+
end users to initiate or complete an authentication flow.
230230

231-
To use this feature, you need to make sure that you are using the same `verifier` for both the SFA/
232-
Wallet Pregeneration API and MPC Core Kit SDK.
231+
To use this feature, you need to make sure that you are using the same `verifier` for both the SFA
232+
SDK/ Wallet Pregeneration API and MPC Core Kit SDK.
233233

234234
:::info
235235

0 commit comments

Comments
 (0)