Small design improvements

This commit is contained in:
konrad 2018-09-08 23:33:09 +02:00
parent 46aec7b4ca
commit fce1a9287a
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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) {