We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cb0d6 commit 54d0b39Copy full SHA for 54d0b39
apps/webapp/app/routes/login.mfa/route.tsx
@@ -112,7 +112,6 @@ export async function action({ request }: ActionFunctionArgs) {
112
headers: { "Set-Cookie": await commitSession(session) },
113
});
114
}
115
-
116
// Recovery code verified - complete the login
117
return await completeLogin(request, session, pendingUserId);
118
@@ -195,7 +194,7 @@ export default function LoginMfaPage() {
195
194
<Fieldset className="flex w-full flex-col items-center gap-y-2">
196
<InputGroup>
197
<Input
198
- type="text"
+ type="password"
199
name="recoveryCode"
200
spellCheck={false}
201
placeholder="Enter recovery code"
0 commit comments