diff --git a/src/stores/Auth.js b/src/stores/Auth.js index 033555e..f38ec96 100644 --- a/src/stores/Auth.js +++ b/src/stores/Auth.js @@ -84,7 +84,7 @@ const useAuthStore = create(devtools((set, get) => ({ } })) - loadPageSpy(`${userJson.real_name}-${userJson.VName}`) + loadPageSpy(`${userJson.LoginName}-${userJson.VName}`) }, authenticate: async (usr, pwd) => {