mirror of
https://github.com/bitwarden/mobile
synced 2026-01-03 09:03:35 +00:00
Tracked a few events in the main app.
This commit is contained in:
@@ -184,6 +184,7 @@ namespace Bit.App
|
||||
private void Logout(string logoutMessage)
|
||||
{
|
||||
_authService.LogOut();
|
||||
_googleAnalyticsService.TrackAppEvent("LoggedOut");
|
||||
_googleAnalyticsService.RefreshUserId();
|
||||
_pushNotification.Unregister();
|
||||
Current.MainPage = new HomePage();
|
||||
|
||||
Reference in New Issue
Block a user