diff --git a/settings.Preview.json b/settings.Preview.json index bc044968e8..db9001ed42 100644 --- a/settings.Preview.json +++ b/settings.Preview.json @@ -1,5 +1,5 @@ { - "appSettings": { - "apiUri": "https://preview.api.bitwarden.com" - } + "appSettings": { + "apiUri": "https://bitwardenpreviewapi-j9dv6m.azurewebsites.net" + } } diff --git a/src/app/config.js b/src/app/config.js index f6d6e0779e..a6d1526de7 100644 --- a/src/app/config.js +++ b/src/app/config.js @@ -10,8 +10,7 @@ angular whiteListedDomains: ['api.bitwarden.com', 'localhost'] }); var refreshPromise; - jwtInterceptorProvider.tokenGetter = /*@ngInject*/ function (options, appSettings, tokenService, authService, - jwtHelper, $q) { + jwtInterceptorProvider.tokenGetter = /*@ngInject*/ function (options, appSettings, tokenService, authService) { if (options.url.indexOf(appSettings.apiUri) !== 0) { return; }