diff --git a/server/routes/auth/strava.ts b/server/routes/auth/strava.ts index b94f345..4e27185 100644 --- a/server/routes/auth/strava.ts +++ b/server/routes/auth/strava.ts @@ -18,7 +18,8 @@ export default defineOAuthStravaEventHandler({ if (!hasEnoughScope(scope)) { throw createError({ statusCode: 403, - message: "Insufficient scope", + message: + "Insufficient authentication scope. Please make sure all required permissions are allowed during Strava authentication process.", }); }