Skip to content

Commit

Permalink
link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed May 17, 2024
1 parent 0a1ba43 commit f032036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/mfa/legacy-method/pre-built-ui/showing-login-ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ SuperTokens.init({

### 2) Create the second factor UI on `/second-factor`

Copy & paste the code for the second-factor UI from [our demo app right here](https://github.com/supertokens/supertokens-auth-react/blob/master/examples/with-thirdpartyemailpassword-2fa-passwordless/src/SecondFactor/index.tsx).
Copy & paste the code for the second-factor UI from [our demo app right here](https://github.com/supertokens/supertokens-auth-react/blob/5819ad90020de6bf182b01d1fb1df225b912648e/examples/with-thirdpartyemailpassword-2fa-passwordless/src/SecondFactor/index.tsx).

This component customises the `Passwordless.SignInUpTheme` component to:
- Add a button to "login with another account" which allows users to redo the first factor.
Expand Down

0 comments on commit f032036

Please sign in to comment.