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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user