diff --git a/src/App/Pages/LoginTwoFactorPage.cs b/src/App/Pages/LoginTwoFactorPage.cs index 93a26e689..f1923ebf7 100644 --- a/src/App/Pages/LoginTwoFactorPage.cs +++ b/src/App/Pages/LoginTwoFactorPage.cs @@ -302,6 +302,9 @@ namespace Bit.App.Pages TokenCell.Dispose(); TokenCell.Entry.Completed -= Entry_Completed; } + + MessagingCenter.Unsubscribe(Application.Current, "GotYubiKeyOTP"); + MessagingCenter.Unsubscribe(Application.Current, "ResumeYubiKey"); } private async void AnotherMethodAsync()