refactor: migrate to mantine v5
This commit is contained in:
@@ -15,6 +15,7 @@ const signUp = async (email: string, password: string) => {
|
||||
|
||||
const signOut = () => {
|
||||
setCookies("access_token", null);
|
||||
setCookies("refresh_token", null);
|
||||
window.location.reload();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user