Skip to content

Commit

Permalink
feat: update the topbar
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-osch committed Jan 21, 2025
1 parent c8f1456 commit f85f652
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vue/src/components/Topbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,10 @@ export default {
methods: {
show() {
this.$modal.show("modal-login");
console.log('hello world')
},
signIn() {
console.log('Sign IN attempt', this.email, this.password)
this.error = ''
if (!this.email || !this.password) {
Expand Down

0 comments on commit f85f652

Please sign in to comment.