Fix weight issue

This commit is contained in:
2025-04-22 18:12:40 +03:00
parent d62b2ad86d
commit ebe6d8eb97
2 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ const hasEnoughScope = (scope: string) => {
export default defineOAuthStravaEventHandler({
config: {
scope: [requiredScope.join(",")],
approvalPrompt: "force",
},
onSuccess: async (event, auth) => {
const query = getQuery(event);