Small design improvements
This commit is contained in:
parent
46aec7b4ca
commit
fce1a9287a
2 changed files with 75 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Reference in a new issue