Skip to content

Commit

Permalink
PM-7186 Added back the error message removed in last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinisvieira committed Apr 2, 2024
1 parent 769ac28 commit 814c609
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/iOS.Autofill/LoginListViewController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ public async Task DoFido2GetAssertionAsync(IFido2GetAssertionUserInterface fido2
{
if (Context?.IsExecutingWithoutUserInteraction == false)
{
_ = _platformUtilsService.Value.ShowDialogAsync(
string.Format(AppResources.ThereWasAProblemReadingAPasskeyForXTryAgainLater, Context.PasskeyCredentialRequestParameters.RelyingPartyIdentifier),
AppResources.ErrorReadingPasskey);

TableView.SectionHeaderHeight = 0;
Context.IsPasswordFallback = true;
await ReloadItemsAsync();
Expand Down

0 comments on commit 814c609

Please sign in to comment.