Skip to content

Commit

Permalink
Fixing home page. (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 authored Oct 19, 2023
1 parent 409ba61 commit babfe93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ onMounted(() => {
const key = route.query.key?.toString();
if (key) {
account.signIn(key);
}
if (account.key) {
refresh();
}
});
Expand Down

0 comments on commit babfe93

Please sign in to comment.