|
@@ -1,8 +1,8 @@
|
|
|
import Cookies from 'js-cookie'
|
|
|
|
|
|
-const TokenKey = 'Admin-School-Token'
|
|
|
+const TokenKey = 'System-Platform-School-Token'
|
|
|
|
|
|
-const ExpiresInKey = 'Admin-Expires-In'
|
|
|
+const ExpiresInKey = 'System-Platform-School-Expires-In'
|
|
|
|
|
|
export function getToken() {
|
|
|
return Cookies.get(TokenKey)
|