From 2a21ebf7b0b4859b758df0bf1af3a106808cf991 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 4 Nov 2021 15:39:10 +0100 Subject: [PATCH] web/flows: fix authenticator_validate not allowing alpha-numeric codes due to empty pattern closes #1663 Signed-off-by: Jens Langhammer --- .../AuthenticatorValidateStageCode.ts | 6 ++++-- web/src/locales/en.po | 4 ++++ web/src/locales/fr_FR.po | 4 ++++ web/src/locales/pseudo-LOCALE.po | 4 ++++ 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStageCode.ts b/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStageCode.ts index adb747b43..42db1d0d1 100644 --- a/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStageCode.ts +++ b/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStageCode.ts @@ -67,7 +67,9 @@ export class AuthenticatorValidateStageWebCode extends BaseStage< ? html`

${t`A code has been sent to you via SMS.`}

` : html``}