mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
Compare commits
1 Commits
main
...
mobiletf/p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb76755973 |
@@ -58,7 +58,7 @@ namespace Bit.Core.Services
|
|||||||
public void SetUrls(EnvironmentUrlData urls)
|
public void SetUrls(EnvironmentUrlData urls)
|
||||||
{
|
{
|
||||||
UrlsSet = true;
|
UrlsSet = true;
|
||||||
if (!string.IsNullOrWhiteSpace(urls.Base))
|
if (urls?.Region == Enums.Region.SelfHosted && !string.IsNullOrWhiteSpace(urls.Base))
|
||||||
{
|
{
|
||||||
ApiBaseUrl = urls.Base + "/api";
|
ApiBaseUrl = urls.Base + "/api";
|
||||||
IdentityBaseUrl = urls.Base + "/identity";
|
IdentityBaseUrl = urls.Base + "/identity";
|
||||||
|
|||||||
Reference in New Issue
Block a user