mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-14 05:03:45 +08:00
opt: optimize the formula show styles
This commit is contained in:
@@ -39,7 +39,7 @@ export function removeUserToken() {
|
||||
}
|
||||
|
||||
export function getAdminToken() {
|
||||
return Storage.get(AdminTokenKey)
|
||||
return Storage.get(AdminTokenKey) ?? ""
|
||||
}
|
||||
|
||||
export function setAdminToken(token) {
|
||||
|
||||
Reference in New Issue
Block a user