diff --git a/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts b/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts index 57dcd9e60..490494959 100644 --- a/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts +++ b/web/src/pages/providers/oauth2/OAuth2ProviderForm.ts @@ -163,7 +163,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.`}