forked from Cookies_Github_mirror/AquaDX
[+] Router logo
This commit is contained in:
@@ -78,5 +78,6 @@ async function confirmEmail(token: string) {
|
||||
export const USER = {
|
||||
register,
|
||||
login,
|
||||
confirmEmail
|
||||
confirmEmail,
|
||||
isLoggedIn: () => !!localStorage.getItem('token')
|
||||
}
|
||||
Reference in New Issue
Block a user