fix: remove unnecessary variable assignment in OAuth token exchange
This commit is contained in:
@@ -21,7 +21,7 @@ export function AuthCallbackPage() {
|
||||
}
|
||||
|
||||
// Exchange the temporary code for proper auth cookies
|
||||
const result = await api.auth.exchangeOAuthToken({ code })
|
||||
await api.auth.exchangeOAuthToken({ code })
|
||||
|
||||
// Now get the user info
|
||||
const user = await api.auth.getMe()
|
||||
|
||||
Reference in New Issue
Block a user