mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-16 05:32:07 +00:00
Update apps/login/src/app/(login)/mfa/set/page.tsx
Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -123,7 +123,7 @@ export default async function Page({
|
|||||||
|
|
||||||
{!valid && (
|
{!valid && (
|
||||||
<Alert>
|
<Alert>
|
||||||
You have to have a valid session in order to set a second factor!
|
You need to have a valid session in order to set a second factor!
|
||||||
{/* TODO: show reauth button */}
|
{/* TODO: show reauth button */}
|
||||||
</Alert>
|
</Alert>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user