Skip to content
Snippets Groups Projects

hotfix login

Merged Ahmad Saladin requested to merge main into staging
Compare and
1 file
+ 1
0
Preferences
Compare changes
+ 1
0
@@ -108,6 +108,7 @@ export default {
password: this.password,
})
.then((response) => {
localStorage.setItem("token", response.data.token)
if (response.data.success) {
this.$router.push({ name: "User" });
}