in public/utils/authProvider.ts [165:171]
private async handleResponse(response: AuthenticationResult) {
if (response !== null) {
this.account = response.account;
} else {
this.account = await this.getAccount();
}
}