Added setLoginState
continuous-integration/drone/push Build is passing Details

main
Filip Borum Poulsen 3 years ago
parent 1963b6ded0
commit b737f2fb6b

@ -57,6 +57,7 @@ export default {
}
}
} else if (res.status === 204) {
this.setLoginState(true);
if (this.$route.query.ref) {
this.$router.push({ path: this.$route.query.ref.toString() });
} else {

Loading…
Cancel
Save