Skip to content

Commit

Permalink
Bug fix user email presence check (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiveer authored Nov 15, 2024
1 parent aa60945 commit 2d0b094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/navbar/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
userAvatar: this.avatar,
userStore: useUserStore(),
csghubServer: inject('csghubServer'),
hasEmail: true
hasEmail: false
}
},
components: {
Expand Down

0 comments on commit 2d0b094

Please sign in to comment.