1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-28 22:23:35 +00:00

two-factor page UI

This commit is contained in:
Kyle Spearrin
2019-05-27 11:57:10 -04:00
parent e8705d49f2
commit bf4f0bdba0
4 changed files with 131 additions and 9 deletions

View File

@@ -100,7 +100,8 @@ namespace Bit.App.Pages
}
if(response.TwoFactor)
{
// TODO: 2fa page
var page = new TwoFactorPage();
await Page.Navigation.PushModalAsync(new NavigationPage(page));
}
else
{