1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-02 16:43:20 +00:00

[SG-765] Add cancel button to passwordless login modal on android (#2159)

This commit is contained in:
André Bispo
2022-10-31 15:06:37 +00:00
committed by GitHub
parent b9b9c2e5ff
commit a8909a3ce6

View File

@@ -14,10 +14,7 @@ namespace Bit.App.Pages
_vm.LoginRequest = loginPasswordlessDetails;
if (Device.RuntimePlatform == Device.iOS)
{
ToolbarItems.Add(_closeItem);
}
ToolbarItems.Add(_closeItem);
}
private async void Close_Clicked(object sender, System.EventArgs e)