mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 19:53:50 +00:00
return commands for accounts pages
This commit is contained in:
@@ -27,6 +27,7 @@ namespace Bit.App.Pages
|
||||
PageTitle = AppResources.Bitwarden;
|
||||
TogglePasswordCommand = new Command(TogglePassword);
|
||||
ToggleConfirmPasswordCommand = new Command(ToggleConfirmPassword);
|
||||
SubmitCommand = new Command(async () => await SubmitAsync());
|
||||
}
|
||||
|
||||
public bool ShowPassword
|
||||
@@ -39,6 +40,7 @@ namespace Bit.App.Pages
|
||||
});
|
||||
}
|
||||
|
||||
public Command SubmitCommand { get; }
|
||||
public Command TogglePasswordCommand { get; }
|
||||
public Command ToggleConfirmPasswordCommand { get; }
|
||||
public string ShowPasswordIcon => ShowPassword ? "" : "";
|
||||
|
||||
Reference in New Issue
Block a user