Skip to content

Commit 962e566

Browse files
committed
Feat: update topbar
1 parent dfaf1e4 commit 962e566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vue/src/components/Topbar.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<input
2828
id="n-email"
2929
class="textfield-modal"
30-
v-model="email"
30+
v-model="username"
3131
type="text"
3232
placeholder="Email"
3333
/>
@@ -171,7 +171,7 @@ export default {
171171
this.error = 'Please fill in all fields.'
172172
return
173173
}
174-
174+
175175
if ((this.email === '[email protected]') && (this.password === 'supersecure1')) {
176176
this.loggedIn = true;
177177
this.$modal.hide("modal-login");

0 commit comments

Comments
 (0)