Skip to content

Commit d12ce64

Browse files
author
b-richard
committed
fix user/pwd info in VueJS (it used old login/pwd)
1 parent fc0e7f6 commit d12ce64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/login/components/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<label class="title">
55
<h5 class="welcome">Welcome to</h5>
66
the demo of Symfony 3.3+ / Webpack encore / Vuejs / Quasar
7-
<h6 class="hint">You can login with test_user/test_pwd</h6>
7+
<h6 class="hint">You can login with test/test</h6>
88
</label>
99
<div class="login-group">
1010
<q-field

0 commit comments

Comments
 (0)