Skip to content
Snippets Groups Projects
Commit e3d0917d authored by raeno's avatar raeno
Browse files

Use console.warn instead of console.log

parent a3e19cba
Branches
No related tags found
No related merge requests found
......@@ -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)
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment