Use console.warn instead of console.log

merge-requests/458/head
raeno 6 years ago
parent a3e19cbafa
commit e3d0917db8

@ -53,7 +53,7 @@ const registration = {
await this.signUp(this.user)
this.$router.push('/main/friends')
} catch (error) {
console.log('Registration failed: ' + error)
console.warn('Registration failed: ' + error)
}
}
}

Loading…
Cancel
Save