mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 19:23:58 +00:00
hint page
This commit is contained in:
@@ -35,5 +35,10 @@ namespace Bit.App.Pages
|
||||
{
|
||||
await _vm.LogInAsync();
|
||||
}
|
||||
|
||||
private void Hint_Clicked(object sender, EventArgs e)
|
||||
{
|
||||
Navigation.PushModalAsync(new NavigationPage(new HintPage()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user