save roleMenuUser belum fix

This commit is contained in:
2025-06-07 12:46:53 +07:00
parent fe32e13ca4
commit 0cef51f13c
8 changed files with 110 additions and 181 deletions

View File

@@ -65,8 +65,6 @@ export default defineEventHandler(async (event) => {
// });
// }
// }
// console.log(authorizationUrl)
return { callbackURL: authorizationUrl }
// return { callbackURL: authorizationUrl+`&response_type=${responseType}&scope=${scope}` }
});