mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
adjust configs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"appSettings": {
|
||||
"apiUri": "https://preview.api.bitwarden.com"
|
||||
"apiUri": "https://bitwardenpreviewapi-j9dv6m.azurewebsites.net"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user