Skip to content

Commit

Permalink
Middleware error's found and corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimov-dev committed Aug 28, 2022
1 parent 79c916a commit 2332266
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ router.beforeEach((to, from, next) => {
localStorage.getItem("user_token") &&
$cookies.isKey("user_favorite") &&
$cookies.isKey("user_pass") &&
$cookies.isKey("user_pic") &&
$cookies.isKey("user_lastname") &&
$cookies.isKey("user_username") &&
$cookies.isKey("user_name") &&
Expand Down

0 comments on commit 2332266

Please sign in to comment.