We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643ec90 commit 8328818Copy full SHA for 8328818
src/views/Login.vue
@@ -13,7 +13,7 @@
13
14
<div @click="login" id="btn2">Log-in</div>
15
16
- </div> <!-- End Box -->
+ </div>
17
</div>
18
</template>
19
@@ -92,8 +92,8 @@
92
})
93
export default class Login extends Vue {
94
private user = {
95
- email: '',
96
- password: '',
+ email: 'eve.holt@reqres.in',
+ password: 'cityslicka',
97
}
98
99
@Action('login', { namespace }) actionLogin: any
0 commit comments