mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-06 18:07:26 +08:00
[+] 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