merge newui branch
This commit is contained in:
@@ -27,6 +27,8 @@ type Strava struct {
|
||||
func NewStravaProvider() *Strava {
|
||||
return &Strava{BaseProvider{
|
||||
ctx: context.Background(),
|
||||
order: 25,
|
||||
logo: `<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" width="2500" height="2500"><path d="M0 0h16v16H0z" fill="#fc4c02"/><g fill="#fff" fill-rule="evenodd"><path d="M6.9 8.8l2.5 4.5 2.4-4.5h-1.5l-.9 1.7-1-1.7z" opacity=".6"/><path d="M7.2 2.5l3.1 6.3H4zm0 3.8l1.2 2.5H5.9z"/></g></svg>`,
|
||||
displayName: "Strava",
|
||||
pkce: true,
|
||||
scopes: []string{
|
||||
|
||||
Reference in New Issue
Block a user