Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bLopata committed Oct 31, 2024
1 parent 4d32f4c commit 2cf8d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/app/auth/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Auth() {
router.push('/settings');
} else {
// Refresh the session to include the new Discord identity
const { _, error } = await supabase.auth.refreshSession();
const { error } = await supabase.auth.refreshSession();
if (error) {
console.error('Error refreshing session:', error);
Swal.fire({
Expand Down

0 comments on commit 2cf8d11

Please sign in to comment.