1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

two step login

This commit is contained in:
Kyle Spearrin
2016-07-28 00:39:35 -04:00
parent 9338552297
commit 010ae19284
4 changed files with 36 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ namespace Bit.App.Pages
VerticalOptions = LayoutOptions.Start,
EnableScrolling = false,
NoHeader = true,
Intent = TableIntent.Menu,
Intent = TableIntent.Settings,
HasUnevenRows = true,
Root = new TableRoot
{
@@ -73,9 +73,8 @@ namespace Bit.App.Pages
Spacing = 0
};
Title = "About bitwarden";
Title = "About";
Content = new ScrollView { Content = stackLayout };
NavigationPage.SetBackButtonTitle(this, "About");
}
private void RateCell_Tapped(object sender, EventArgs e)