bill 1 tahun lalu
induk
melakukan
28b7bb2510
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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) => {