mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-15 18:12:16 +00:00
mfa, otp i18n
This commit is contained in:
@@ -122,7 +122,7 @@ export default async function Page({
|
||||
)}
|
||||
|
||||
{!(loginName || sessionId) && (
|
||||
<Alert>{t("error.unknownContext")}</Alert>
|
||||
<Alert>{t("error:unknownContext")}</Alert>
|
||||
)}
|
||||
|
||||
{!valid && <Alert>{t("error.sessionExpired")}</Alert>}
|
||||
|
||||
Reference in New Issue
Block a user