From f032036d74c5b7be628c803285523868aa70cdab Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Fri, 17 May 2024 17:50:27 +0530 Subject: [PATCH] link fix --- v2/mfa/legacy-method/pre-built-ui/showing-login-ui.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/mfa/legacy-method/pre-built-ui/showing-login-ui.mdx b/v2/mfa/legacy-method/pre-built-ui/showing-login-ui.mdx index ee1f35164..fb468d8f6 100644 --- a/v2/mfa/legacy-method/pre-built-ui/showing-login-ui.mdx +++ b/v2/mfa/legacy-method/pre-built-ui/showing-login-ui.mdx @@ -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.