From 47b1f025e1c00ec2488f0ab65203214f89b70c3c Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 3 Jan 2022 21:30:15 +0100 Subject: [PATCH] web/admin: move additional scopes Signed-off-by: Jens Langhammer --- .../pages/sources/oauth/OAuthSourceForm.ts | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/web/src/pages/sources/oauth/OAuthSourceForm.ts b/web/src/pages/sources/oauth/OAuthSourceForm.ts index 9963ebb04..a1dafbbe6 100644 --- a/web/src/pages/sources/oauth/OAuthSourceForm.ts +++ b/web/src/pages/sources/oauth/OAuthSourceForm.ts @@ -254,19 +254,19 @@ export class OAuthSourceForm extends ModelForm { > + + +

+ ${t`Additional scopes to be passed to the OAuth Provider, separated by space.`} +

+
${this.renderUrlOptions()} - - -

- ${t`Additional scopes to be passed to the OAuth Provider, separated by space.`} -

-
${t`Flow settings`}