web/admin: move additional scopes
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
8f44c792ac
commit
47b1f025e1
|
@ -254,9 +254,6 @@ export class OAuthSourceForm extends ModelForm<OAuthSource, string> {
|
||||||
>
|
>
|
||||||
<textarea class="pf-c-form-control"></textarea>
|
<textarea class="pf-c-form-control"></textarea>
|
||||||
</ak-form-element-horizontal>
|
</ak-form-element-horizontal>
|
||||||
</div>
|
|
||||||
</ak-form-group>
|
|
||||||
${this.renderUrlOptions()}
|
|
||||||
<ak-form-element-horizontal label=${t`Additional Scope`} name="additionalScopes">
|
<ak-form-element-horizontal label=${t`Additional Scope`} name="additionalScopes">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
@ -267,6 +264,9 @@ export class OAuthSourceForm extends ModelForm<OAuthSource, string> {
|
||||||
${t`Additional scopes to be passed to the OAuth Provider, separated by space.`}
|
${t`Additional scopes to be passed to the OAuth Provider, separated by space.`}
|
||||||
</p>
|
</p>
|
||||||
</ak-form-element-horizontal>
|
</ak-form-element-horizontal>
|
||||||
|
</div>
|
||||||
|
</ak-form-group>
|
||||||
|
${this.renderUrlOptions()}
|
||||||
<ak-form-group>
|
<ak-form-group>
|
||||||
<span slot="header"> ${t`Flow settings`} </span>
|
<span slot="header"> ${t`Flow settings`} </span>
|
||||||
<div slot="body" class="pf-c-form">
|
<div slot="body" class="pf-c-form">
|
||||||
|
|
Reference in New Issue