Skip to content

Commit 84a7c66

Browse files
committed
Fix open sign in modal event
1 parent 7359762 commit 84a7c66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/ui.store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ class UIStore {
391391

392392
IPCService.on(IPCOnChannel.OpenSignInModal, () => {
393393
this.isSignInModalOpened = true;
394+
AnalyticsService.track(AnalyticsEvent.SignInModalOpened, undefined);
394395
this.searchSource = SearchSource.Docs;
395396
});
396397

0 commit comments

Comments
 (0)