Skip to content
Snippets Groups Projects

Cleanups

Merged lain requested to merge cleanups into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 08297ea8
    Remove redirect on login · 08297ea8
    lain authored
    This is to enable this workflow:
    
    1. Open conversation in new tab
    2. Login
    3. Interact with the conversation
    
    We can add this again once we have persistent logins.
@@ -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