web/admin: add note that regex is used for redirect URIs

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-05-26 12:52:51 +02:00
parent 6105956847
commit e7c03fdb14
1 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ export class OAuth2ProviderFormPage extends ModelForm<OAuth2Provider, number> {
/>
</ak-form-element-horizontal>
<ak-form-element-horizontal
label=${t`Redirect URIs/Origins`}
label=${t`Redirect URIs/Origins (RegEx)`}
name="redirectUris"
>
<textarea class="pf-c-form-control">
@ -175,7 +175,7 @@ ${this.instance?.redirectUris}</textarea
${t`If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved.`}
</p>
<p class="pf-c-form__helper-text">
${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.`}
</p>
</ak-form-element-horizontal>
<ak-form-element-horizontal label=${t`Signing Key`} name="signingKey">