mirror of
https://github.com/bitwarden/android.git
synced 2024-12-20 00:02:58 +03:00
GeneratedPassword events
This commit is contained in:
parent
fef77e94a4
commit
ed29ead88e
2 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,7 @@ namespace Bit.App.Pages
|
|||
protected override void OnAppearing()
|
||||
{
|
||||
base.OnAppearing();
|
||||
_googleAnalyticsService.TrackAppEvent("GeneratedPassword");
|
||||
Model.Password = _passwordGenerationService.GeneratePassword();
|
||||
Model.Length = _settings.GetValueOrDefault(Constants.PasswordGeneratorLength, 10).ToString();
|
||||
}
|
||||
|
|
|
@ -140,6 +140,7 @@ namespace Bit.iOS.Extension
|
|||
}
|
||||
|
||||
GeneratePassword();
|
||||
_googleAnalyticsService.TrackExtensionEvent("GeneratedPassword");
|
||||
base.ViewDidLoad();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue