Skip to content

Commit

Permalink
謝罪文を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
baru8 committed Jan 19, 2022
1 parent 86132e5 commit 1df69f7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/frontend/pages/ZerokenTop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,7 @@ export default {
};
},
beforeRouteEnter(to, from, next) {
if (from.name === 'UserRegister')
next((self) => {
self.fetchAuthUser().then((authUser) => {
if (authUser) return (self.isVisibleFirstGreeting = true);
});
});
else next((self) => {
next((self) => {
return (self.isVisibleSorryForError = true)
});
},
Expand Down

0 comments on commit 1df69f7

Please sign in to comment.