mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +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:
committed by
Matt Portune
parent
ab80c3d4c7
commit
5d02ed78f0
@@ -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 +
|
||||
|
||||
6
src/App/Resources/AppResources.Designer.cs
generated
6
src/App/Resources/AppResources.Designer.cs
generated
@@ -3609,6 +3609,12 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
public static string Fido2ReturnToApp {
|
||||
get {
|
||||
return ResourceManager.GetString("Fido2ReturnToApp", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Fido2CheckBrowser {
|
||||
get {
|
||||
return ResourceManager.GetString("Fido2CheckBrowser", resourceCulture);
|
||||
|
||||
@@ -2039,6 +2039,9 @@
|
||||
<data name="Fido2AuthenticateWebAuthn" xml:space="preserve">
|
||||
<value>Authenticate WebAuthn</value>
|
||||
</data>
|
||||
<data name="Fido2ReturnToApp" xml:space="preserve">
|
||||
<value>Return to App</value>
|
||||
</data>
|
||||
<data name="Fido2CheckBrowser" xml:space="preserve">
|
||||
<value>Please make sure your default browser supports WebAuthn and try again.</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user