sources/oauth: fix patreon (#7454)
* web/admin: add note for potentially confusing consumer key/secret Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sources/oauth: fix patreon default scopes Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		@ -386,6 +386,7 @@ export class OAuthSourceForm extends ModelForm<OAuthSource, string> {
 | 
			
		||||
                            class="pf-c-form-control"
 | 
			
		||||
                            required
 | 
			
		||||
                        />
 | 
			
		||||
                        <p class="pf-c-form__helper-text">${msg("Also known as Client ID.")}</p>
 | 
			
		||||
                    </ak-form-element-horizontal>
 | 
			
		||||
                    <ak-form-element-horizontal
 | 
			
		||||
                        label=${msg("Consumer secret")}
 | 
			
		||||
@ -394,6 +395,7 @@ export class OAuthSourceForm extends ModelForm<OAuthSource, string> {
 | 
			
		||||
                        name="consumerSecret"
 | 
			
		||||
                    >
 | 
			
		||||
                        <textarea class="pf-c-form-control"></textarea>
 | 
			
		||||
                        <p class="pf-c-form__helper-text">${msg("Also known as Client Secret.")}</p>
 | 
			
		||||
                    </ak-form-element-horizontal>
 | 
			
		||||
                    <ak-form-element-horizontal label=${msg("Scopes")} name="additionalScopes">
 | 
			
		||||
                        <input
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user