Skip to content
Snippets Groups Projects

Cleanups

Merged lain requested to merge cleanups into develop
2 files
+ 8
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -9,7 +9,7 @@ const LoginForm = {
methods: {
submit () {
this.$store.dispatch('loginUser', this.user).then(
() => { this.$router.push('/main/friends')},
() => {},
(error) => {
this.authError = error
this.user.username = ''
Loading