mirror of
https://github.com/bitwarden/web
synced 2025-12-15 07:43:16 +00:00
new identity server uri for auth
This commit is contained in:
@@ -6,7 +6,7 @@ angular
|
||||
$qProvider.errorOnUnhandledRejections(false);
|
||||
$locationProvider.hashPrefix('');
|
||||
jwtOptionsProvider.config({
|
||||
urlParam: 'access_token2',
|
||||
urlParam: 'access_token3',
|
||||
whiteListedDomains: ['api.bitwarden.com', 'preview-api.bitwarden.com', 'localhost', '192.168.1.8']
|
||||
});
|
||||
var refreshPromise;
|
||||
|
||||
Reference in New Issue
Block a user