mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 21:33:36 +00:00
Fix iphone captcha throws (#1495)
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Bit.App.Pages
|
||||
captchaRequiredText = AppResources.CaptchaRequired,
|
||||
});
|
||||
|
||||
var url = environmentService.WebVaultUrl + "/captcha-mobile-connector.html?" + "data=" + data +
|
||||
var url = environmentService.GetWebVaultUrl() + "/captcha-mobile-connector.html?" + "data=" + data +
|
||||
"&parent=" + Uri.EscapeDataString(callbackUri) + "&v=1";
|
||||
|
||||
WebAuthenticatorResult authResult = null;
|
||||
|
||||
Reference in New Issue
Block a user