Skip to content

Commit

Permalink
Email Settings: remove link to resend confirmation email
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunanoordin committed Apr 24, 2024
1 parent 32c0ffb commit 5fe0ed3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/pages/settings/email.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,12 @@ class EmailSettingsPage extends React.Component {
<i className='fa fa-times-circle' style={{ color: '#e35950' }} />
{' '}
<Translate content="emailSettings.general.emailUnverified" />
{/*
{' | '}
<a href="#" onClick={this.requestConfirmationEmail}>
<Translate content="emailSettings.general.emailUnverifiedPrompt" />
</a>
*/}
</div>
}
</div>
Expand Down

0 comments on commit 5fe0ed3

Please sign in to comment.