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.`}