mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-25 13:38:51 +01:00
spelling: using
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
68bc4ec040
commit
b3e7cbc7b1
@ -308,7 +308,7 @@ export default class Account {
|
||||
} catch (err) {
|
||||
log.error(err)
|
||||
log.info('Get new access token using refresh token...')
|
||||
// If failed to fetch account, get new access token usign refresh token.
|
||||
// If failed to fetch account, get new access token using refresh token.
|
||||
if (!account.refreshToken) {
|
||||
throw new RefreshTokenDoesNotExist()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user