mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
support for new btnReturnText in mobile webauthn connector (#1576)
* support for new btnReturnText in mobile webauthn connector * added header text for connector localization
This commit is contained in:
@@ -204,7 +204,9 @@ namespace Bit.App.Pages
|
||||
{
|
||||
callbackUri = callbackUri,
|
||||
data = JsonConvert.SerializeObject(providerData),
|
||||
headerText = AppResources.Fido2Title,
|
||||
btnText = AppResources.Fido2AuthenticateWebAuthn,
|
||||
btnReturnText = AppResources.Fido2ReturnToApp,
|
||||
});
|
||||
|
||||
var url = _webVaultUrl + "/webauthn-mobile-connector.html?" + "data=" + data +
|
||||
|
||||
Reference in New Issue
Block a user