1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-06 05:28:51 +02:00

preview domain adjustments

This commit is contained in:
Kyle Spearrin 2017-04-18 22:56:41 -04:00
parent 0926c82878
commit 04eee919e8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"appSettings": {
"apiUri": "https://bitwardenpreviewapi-j9dv6m.azurewebsites.net"
"apiUri": "https://preview-api.bitwarden.com"
}
}

View File

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