1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-27 21:53:57 +00:00

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

(cherry picked from commit a8909a3ce6)
This commit is contained in:
André Bispo
2022-10-31 15:06:37 +00:00
committed by Todd Martin
parent 526904d1d8
commit cfda5fd6ff

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)