Skip to content

Commit

Permalink
Update account.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 31, 2024
1 parent 161a895 commit 1bdb4dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class AccountService {
}

identity(force?: boolean): Promise<any> {
if (force === true) {
if (force) {
this.userIdentity = undefined;
}

Expand Down

0 comments on commit 1bdb4dd

Please sign in to comment.