🧹 Clean up code formatting and fix minor syntax inconsistencies in useDiscordOAuth.js

This commit is contained in:
2026-01-29 15:21:30 +00:00
parent 9ce8422596
commit d7f88378e5

View File

@@ -55,7 +55,7 @@ export function useDiscordOAuth() {
// Fetch from backend which has the Discord token
const response = await fetch('/api/auth/discord/profile', {
headers: {
'Authorization': `Bearer ${token}`
Authorization: `Bearer ${token}`
}
});