web: fix minor issues
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -65,7 +65,7 @@ export class PropertyMappingLDAPForm extends Form<LDAPPropertyMapping> {
|
||||
</ak-codemirror>
|
||||
<p class="pf-c-form__helper-text">
|
||||
${t`Expression using Python.`}
|
||||
<a href="https://goauthentik.io/docs/property-mappings/expression/">
|
||||
<a target="_blank" href="https://goauthentik.io/docs/property-mappings/expression/">
|
||||
${t`See documentation for a list of all variables.`}
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@ -75,7 +75,7 @@ export class PropertyMappingLDAPForm extends Form<SAMLPropertyMapping> {
|
||||
</ak-codemirror>
|
||||
<p class="pf-c-form__helper-text">
|
||||
${t`Expression using Python.`}
|
||||
<a href="https://goauthentik.io/docs/property-mappings/expression/">
|
||||
<a target="_blank" href="https://goauthentik.io/docs/property-mappings/expression/">
|
||||
${t`See documentation for a list of all variables.`}
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@ -72,7 +72,7 @@ export class PropertyMappingScopeForm extends Form<ScopeMapping> {
|
||||
</ak-codemirror>
|
||||
<p class="pf-c-form__helper-text">
|
||||
${t`Expression using Python.`}
|
||||
<a href="https://goauthentik.io/docs/property-mappings/expression/">
|
||||
<a target="_blank" href="https://goauthentik.io/docs/property-mappings/expression/">
|
||||
${t`See documentation for a list of all variables.`}
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user