1
0

Small design improvements

This commit is contained in:
konrad
2018-09-08 23:33:09 +02:00
parent 46aec7b4ca
commit fce1a9287a
2 changed files with 75 additions and 7 deletions

View File

@ -71,9 +71,6 @@
submit() {
this.loading = true
// eslint-disable-next-line
console.log(this.credentials)
this.error = ''
if (this.credentials.password2 !== this.credentials.password) {