mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
preview domain adjustments
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user