Skip to content

Commit f85f652

Browse files
committed
feat: update the topbar
1 parent c8f1456 commit f85f652

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vue/src/components/Topbar.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,10 @@ export default {
163163
methods: {
164164
show() {
165165
this.$modal.show("modal-login");
166+
console.log('hello world')
166167
},
167168
signIn() {
169+
console.log('Sign IN attempt', this.email, this.password)
168170
this.error = ''
169171
170172
if (!this.email || !this.password) {

0 commit comments

Comments
 (0)