Fix weight issue
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user