merge newui branch
This commit is contained in:
@@ -27,6 +27,8 @@ type Patreon struct {
|
||||
func NewPatreonProvider() *Patreon {
|
||||
return &Patreon{BaseProvider{
|
||||
ctx: context.Background(),
|
||||
order: 24,
|
||||
logo: `<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 1080 1080"><path d="M1033 324c0-137-108-250-234-291a746 746 0 0 0-512 27C106 145 49 333 47 519c-2 154 14 558 242 561 169 2 194-216 273-321 56-75 127-96 216-118a320 320 0 0 0 255-317"/></svg>`,
|
||||
displayName: "Patreon",
|
||||
pkce: true,
|
||||
scopes: []string{"identity", "identity[email]"},
|
||||
|
||||
Reference in New Issue
Block a user