feat: refactor admin authentication to staff authentication with updated cookie handling
This commit is contained in:
@@ -2,6 +2,6 @@ export const USER_COOKIES = {
|
||||
token: '__lg-usr-tkn',
|
||||
}
|
||||
|
||||
export const ADMIN_COOKIES = {
|
||||
token: '__lg-adm-tkn',
|
||||
export const STAFF_COOKIES = {
|
||||
token: '__lg-stf-tkn',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user