mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 00:33:20 +00:00
fix analytics for autofill events
This commit is contained in:
@@ -18,6 +18,7 @@ namespace Bit.iOS.Extension
|
||||
|
||||
public override Action Success => () =>
|
||||
{
|
||||
_googleAnalyticsService.TrackExtensionEvent("CreatedLogin");
|
||||
if(LoginListController != null)
|
||||
{
|
||||
LoginListController.DismissModal();
|
||||
|
||||
Reference in New Issue
Block a user