fix: close business flow regressions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const TOKEN_KEY = 'token';
|
||||
const TOKEN_KEY = 'delivery_admin_token';
|
||||
|
||||
const isLogin = () => {
|
||||
return !!localStorage.getItem(TOKEN_KEY);
|
||||
|
||||
Reference in New Issue
Block a user