Skip to content

Commit

Permalink
bug fixed for navBar comming on admin side on login
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj6939 committed Mar 9, 2023
1 parent 657b697 commit f4ef961
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ export default {
window.location.pathname.includes("/admin/createapp") ||
window.location.pathname.includes("/admin/marketplace") ?
true :
false;
false;
this.showUserNav = window.location.pathname.includes("/admin") || window.location.pathname.includes("/auth/google")?false : true
},
methods: {
Expand Down

0 comments on commit f4ef961

Please sign in to comment.