merge newui branch
This commit is contained in:
@@ -29,6 +29,8 @@ type Yandex struct {
|
||||
func NewYandexProvider() *Yandex {
|
||||
return &Yandex{BaseProvider{
|
||||
ctx: context.Background(),
|
||||
order: 4,
|
||||
logo: `<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" fill="none"><rect width="44" height="44" fill="#fc3f1d" rx="22"/><path fill="#fff" d="M25.2 12.3H23c-3.8 0-5.7 2-5.7 4.8 0 3.2 1.3 4.8 4.1 6.7l2.3 1.6-6.4 9.8h-5.1l6-8.9c-3.5-2.5-5.4-4.8-5.4-8.9 0-5 3.5-8.6 10.2-8.6h6.7v26.4h-4.5z"/></svg>`,
|
||||
displayName: "Yandex",
|
||||
pkce: true,
|
||||
scopes: []string{"login:email", "login:avatar", "login:info"},
|
||||
|
||||
Reference in New Issue
Block a user