Skip to content

Commit

Permalink
fix: login stuck on form after submit
Browse files Browse the repository at this point in the history
  • Loading branch information
Axolotle committed Mar 12, 2024
1 parent 9177758 commit a4a017c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/store/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default {
return api
.post('login', { credentials }, null, { websocket: false })
.then(() => {
dispatch('CONNECT')
return dispatch('CONNECT')
})
},

Expand Down

0 comments on commit a4a017c

Please sign in to comment.