cl 1 tahun lalu
induk
melakukan
e2e082f161
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/store/modules/user.ts

+ 1 - 1
src/store/modules/user.ts

@@ -148,7 +148,7 @@ export const useUserStore = defineStore({
     /**
      * @description: login
      */
-    async 
+    async login
     (
       params: LoginParams & {
         goHome?: boolean;