Skip to content

Commit 1fbeeca

Browse files
committed
feat: improve the topbar
1 parent f9922f0 commit 1fbeeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue/src/components/Topbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default {
167167
signIn() {
168168
this.error = ''
169169
170-
if (!this.email || !this.password) {
170+
if (this.email || !this.password) {
171171
this.error = 'Please fill in all fields.'
172172
return
173173
}

0 commit comments

Comments
 (0)