whitelist desktop IP

This commit is contained in:
Kyle Spearrin 2017-04-21 22:40:21 -04:00
parent cfdd6dc0d9
commit f2c670dfd0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ angular
$locationProvider.hashPrefix('');
jwtOptionsProvider.config({
urlParam: 'access_token2',
whiteListedDomains: ['api.bitwarden.com', 'preview-api.bitwarden.com', 'localhost']
whiteListedDomains: ['api.bitwarden.com', 'preview-api.bitwarden.com', 'localhost', '192.168.1.8']
});
var refreshPromise;
jwtInterceptorProvider.tokenGetter = /*@ngInject*/ function (options, appSettings, tokenService, authService) {