Skip to content

Commit

Permalink
ログイン状態保持のバグ修正
Browse files Browse the repository at this point in the history
ShinoharaTa committed Feb 1, 2024
1 parent 9f4a5a4 commit e9b5dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/index.vue
Original file line number Diff line number Diff line change
@@ -147,7 +147,7 @@ export default {
this.$store.dispatch("logout");
return;
}
this.$store.commit("setToken", user.refreshToken);
this.$store.commit("setToken", user.accessToken);
});
},
methods: {

0 comments on commit e9b5dc2

Please sign in to comment.