mfa, otp i18n

This commit is contained in:
peintnermax
2024-10-09 17:03:03 +02:00
parent b2e8384902
commit b5e81d426f
7 changed files with 48 additions and 23 deletions

View File

@@ -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>}