Skip to content

Commit

Permalink
Add reauth force
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 21, 2025
1 parent 3cbde34 commit c8cb07c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class AccountManager {
}

public async authenticate(): Promise<string[]> {
await this.user.authenticate({service: this.service})
await this.user.authenticate({service: this.service, forceReauth: true})
return this.getAccounts()
}

Expand Down

0 comments on commit c8cb07c

Please sign in to comment.