Skip to content

Commit

Permalink
изменил store, убрал ивент
Browse files Browse the repository at this point in the history
  • Loading branch information
veglem committed Mar 4, 2024
1 parent cd429a1 commit a109c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/stores/user/userStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class UserStore {
this.#state.isAuth = true;
this.#state.username = res.username;
router.redirect('/');
AppEventMaker.notify(UserStoreEvents.SUCCESSFUL_LOGIN);
// AppEventMaker.notify(UserStoreEvents.SUCCESSFUL_LOGIN);
} catch (err) {
console.log(err);
}
Expand Down

0 comments on commit a109c2b

Please sign in to comment.