mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
fix baseurl check when return web vault url
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Bit.Core.Services
|
||||
{
|
||||
return WebVaultUrl;
|
||||
}
|
||||
else if(string.IsNullOrWhiteSpace(BaseUrl))
|
||||
else if(!string.IsNullOrWhiteSpace(BaseUrl))
|
||||
{
|
||||
return BaseUrl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user