bill %!s(int64=2) %!d(string=hai) anos
pai
achega
28b7bb2510
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/store/system.ts

+ 1 - 1
src/store/system.ts

@@ -30,7 +30,7 @@ export const login = async (props: LoginProps) => {
 };
 };
 
 
 if (user.value.token) {
 if (user.value.token) {
-  await refreshRole();
+  refreshRole();
 }
 }
 
 
 export const uploadFile = async (file: File) => {
 export const uploadFile = async (file: File) => {