Skip to content

Commit

Permalink
Remove link to support
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Mar 19, 2024
1 parent 36baca3 commit 3c41809
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions frontend/src/scenes/authentication/PasswordReset.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function PasswordReset(): JSX.Element {
)
)}
<h2>Reset password</h2>
<ResetThrottled />
{preflightLoading ? (
<Spinner />
) : !preflight?.email_service_available ? (
Expand Down Expand Up @@ -151,11 +152,7 @@ function ResetThrottled(): JSX.Element {
return (
<div className="text-center">
There have been too many reset requests for the email <b>{requestPasswordReset?.email || 'you typed'}</b>.
Please try again later or{' '}
<Link to="mailto:[email protected]" className="inline-block">
get in touch
</Link>{' '}
if you think this has been a mistake.
Please try again later or contact support if you think this has been a mistake.
<div className="mt-4">
<LemonButton
type="primary"
Expand Down

0 comments on commit 3c41809

Please sign in to comment.