Compare commits

...

3 Commits

Author SHA1 Message Date
André Bispo 4b6c0e2c2f
Merge 7fc1a04ffd into f80ec1b221 2024-04-26 18:47:48 +01:00
André Bispo 7fc1a04ffd
Merge branch 'main' into auth/pm-7690/sso-mp-unlock 2024-04-26 18:47:45 +01:00
André Bispo e780bdb7be
[PM-7960] Revert changes from passkey PR to fix bug introduced 2024-04-26 15:52:33 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ namespace Bit.App.Pages
var tasks = Task.Run(async () =>
{
await Task.Delay(50);
_vm.SubmitCommand.Execute(null);
MainThread.BeginInvokeOnMainThread(async () => await _vm.SubmitAsync());
});
}
}