mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-28 17:27:50 +01:00
preview domain adjustments
This commit is contained in:
parent
0926c82878
commit
04eee919e8
@ -1,5 +1,5 @@
|
||||
{
|
||||
"appSettings": {
|
||||
"apiUri": "https://bitwardenpreviewapi-j9dv6m.azurewebsites.net"
|
||||
"apiUri": "https://preview-api.bitwarden.com"
|
||||
}
|
||||
}
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user