From e7c03fdb1439fa0046f8a42f6fc527503c872c68 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 26 May 2022 12:52:51 +0200 Subject: [PATCH] web/admin: add note that regex is used for redirect URIs Signed-off-by: Jens Langhammer --- web/src/pages/providers/oauth2/OAuth2ProviderForm.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts b/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts index 3176db807..b341bc13b 100644 --- a/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts +++ b/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts @@ -162,7 +162,7 @@ export class OAuth2ProviderFormPage extends ModelForm { />

- ${t`To allow any redirect URI, set this value to "*". Be aware of the possible security implications this can have.`} + ${t`To allow any redirect URI, set this value to ".*". Be aware of the possible security implications this can have.`}