chore: fix format
This commit is contained in:
@@ -83,7 +83,9 @@ export class AuthManager {
|
|||||||
* Automatically refreshes the token if expired
|
* Automatically refreshes the token if expired
|
||||||
*/
|
*/
|
||||||
async getCredentials(): Promise<AuthCredentials | null> {
|
async getCredentials(): Promise<AuthCredentials | null> {
|
||||||
const credentials = this.credentialStore.getCredentials({ allowExpired: true });
|
const credentials = this.credentialStore.getCredentials({
|
||||||
|
allowExpired: true
|
||||||
|
});
|
||||||
|
|
||||||
if (!credentials) {
|
if (!credentials) {
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user