Skip to content

Commit

Permalink
stop auto-opening discord page (#7882)
Browse files Browse the repository at this point in the history
## Summary

Support bubble is older intercom logic that would auto-open in 5 seconds
from the email verification page. Remove the discord opening logic to
avoid
auto-opening discord.

## How did you test this change?

reflame

## Are there any deployment considerations?

no

## Does this work require review from our design team?

no
  • Loading branch information
Vadman97 committed Mar 1, 2024
1 parent 6c3c418 commit 14cd831
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/util/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export function GetBaseURL(): string {

export const showSupportBubble = () => {
analytics.track('showSupportBubble')
window.open('https://highlight.io/community', '_blank')
}

export const showSupportMessage = async (msg = '') => {
Expand Down

0 comments on commit 14cd831

Please sign in to comment.