From e57b6f2347c1d8c3a62cd8fb4ddab675369feed5 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 3 Jan 2022 20:59:20 +0100 Subject: [PATCH] web/admin: mark additional scopes as non-required Signed-off-by: Jens Langhammer #2047 --- web/src/pages/sources/oauth/OAuthSourceForm.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/web/src/pages/sources/oauth/OAuthSourceForm.ts b/web/src/pages/sources/oauth/OAuthSourceForm.ts index 9a61c1a46..9963ebb04 100644 --- a/web/src/pages/sources/oauth/OAuthSourceForm.ts +++ b/web/src/pages/sources/oauth/OAuthSourceForm.ts @@ -257,16 +257,11 @@ export class OAuthSourceForm extends ModelForm { ${this.renderUrlOptions()} - +

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