1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

new identity server uri for auth

This commit is contained in:
Kyle Spearrin
2017-05-06 21:32:51 -04:00
parent 21ca3abc7e
commit 20e958b1ee
6 changed files with 14 additions and 10 deletions

View File

@@ -1,2 +1,2 @@
angular.module("bit")
.constant("appSettings", {"apiUri":"https://api.bitwarden.com","version":"1.10.0","environment":"Production"});
.constant("appSettings", {"apiUri":"https://api.bitwarden.com","identityUri":"https://identity.bitwarden.com","version":"1.10.0","environment":"Production"});