1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 02:03:49 +00:00

return commands for accounts pages

This commit is contained in:
Kyle Spearrin
2019-05-31 12:13:14 -04:00
parent 61be796c76
commit a98283f3ff
12 changed files with 56 additions and 8 deletions

View File

@@ -42,6 +42,7 @@ namespace Bit.App.Pages
_broadcasterService = ServiceContainer.Resolve<IBroadcasterService>("broadcasterService");
PageTitle = AppResources.TwoStepLogin;
SubmitCommand = new Command(async () => await SubmitAsync());
}
public string TotpInstruction
@@ -80,6 +81,7 @@ namespace Bit.App.Pages
nameof(TotpMethod),
});
}
public Command SubmitCommand { get; }
public void Init()
{