Skip to content

Commit c2957b5

Browse files
committed
fix: topbar form
1 parent b68f0a0 commit c2957b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue/src/components/Topbar.vue

+1-1
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)