This commit is contained in:
Rachel Macfarlane
2020-09-01 17:30:48 -07:00
parent a8ded8458e
commit c7c6c5cde1
3 changed files with 43 additions and 27 deletions

View File

@@ -529,7 +529,7 @@ export class AzureActiveDirectoryService {
}
} catch (e) {
Logger.error('Refreshing token failed');
throw e;
throw new Error(REFRESH_NETWORK_FAILURE);
}
}