mirror of
https://github.com/bitwarden/mobile
synced 2025-02-02 11:37:14 +01:00
GeneratedPassword events
This commit is contained in:
parent
fef77e94a4
commit
ed29ead88e
@ -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…
x
Reference in New Issue
Block a user