fix: Use //identity.* endpoint similarly to their desktop app #643
This commit is contained in:
parent
3be50a1891
commit
05b1bc5ae0
|
@ -32,8 +32,8 @@ fun ServerEnv.buildIdentityUrl() = buildUrl(
|
||||||
url = identityUrl,
|
url = identityUrl,
|
||||||
suffix = "identity/",
|
suffix = "identity/",
|
||||||
default = when (region) {
|
default = when (region) {
|
||||||
ServerEnv.Region.US -> "https://vault.$BITWARDEN_DOMAIN_US/identity/"
|
ServerEnv.Region.US -> "https://identity.$BITWARDEN_DOMAIN_US/"
|
||||||
ServerEnv.Region.EU -> "https://vault.$BITWARDEN_DOMAIN_EU/identity/"
|
ServerEnv.Region.EU -> "https://identity.$BITWARDEN_DOMAIN_EU/"
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue