Skip to content

Commit

Permalink
fix login-form
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Apr 19, 2023
1 parent 2a035d0 commit b4d98cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default defineComponent({

this.authenticationError = false;
this.$root.$emit('bv::hide::modal', 'login-page');
this.accountService.retrieveAccount();
this.accountService().retrieveAccount();
})
.catch(error => {
this.authenticationError = true;
Expand Down

0 comments on commit b4d98cf

Please sign in to comment.