Skip to content

Commit

Permalink
remove context on login
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Aug 6, 2024
1 parent c2443e2 commit e1d8004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ts/component/page/auth/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ class PageAuthSelect extends React.Component<I.PageComponent, State> {

componentDidMount (): void {
Animation.to(() => U.Common.renderLinks($(this.node)));

analytics.removeContext();
analytics.event('ScreenIndex');
};

Expand Down

0 comments on commit e1d8004

Please sign in to comment.