mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
adjusted token service gets for new claims
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function ApiService(tokenService, logoutCallback) {
|
||||
//this.baseUrl = 'http://localhost:4000';
|
||||
this.baseUrl = 'https://api.bitwarden.com';
|
||||
this.baseUrl = 'http://localhost:4000';
|
||||
//this.baseUrl = 'https://api.bitwarden.com';
|
||||
this.tokenService = tokenService;
|
||||
this.logoutCallback = logoutCallback;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user