Implement strava oauth2 as new auth provider

This commit is contained in:
szsascha
2022-12-31 01:21:41 +01:00
parent 8f6cb5ad2d
commit d710446c71
35 changed files with 137 additions and 34 deletions
+4
View File
@@ -52,4 +52,8 @@ export default {
title: "Twitch",
icon: "ri-twitch-fill",
},
stravaAuth: {
title: "Strava",
icon: "ri-riding-fill",
},
};