Update apps/login/src/app/(login)/mfa/set/page.tsx

Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
Max Peintner
2024-09-20 09:43:16 +02:00
committed by GitHub
parent 6d2edc7c3b
commit 97900d4fea

View File

@@ -123,7 +123,7 @@ export default async function Page({
{!valid && (
<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 */}
</Alert>
)}