Skip to content

Commit

Permalink
Update useAuth.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lienbaoagora authored Oct 28, 2024
1 parent 04f29f6 commit 83851dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/web/src/hooks/useAuth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const AuthProvider = ({ children }: { children: React.ReactNode }) => {
nodeRegion: res.data?.nodeRegion,
nodeToken: res.data?.nodeToken,
});
location.href = "/#/";
location.reload();
}
};

Expand Down

0 comments on commit 83851dd

Please sign in to comment.