Skip to content

Commit

Permalink
Merge pull request #1141 from openedx/alangsto/update_idv_failure_mes…
Browse files Browse the repository at this point in the history
…sage

feat: remove learn more about IDV button
  • Loading branch information
alangsto authored Oct 21, 2024
2 parents d0fdc2a + a37be2d commit ee7c769
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions src/account-settings/AccountSettingsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
getLanguageList,
} from '@edx/frontend-platform/i18n';
import {
Button, Hyperlink, Icon, Alert,
Hyperlink, Icon, Alert,
} from '@openedx/paragon';
import { CheckCircle, Error, WarningFilled } from '@openedx/paragon/icons';

Expand Down Expand Up @@ -311,19 +311,9 @@ class AccountSettingsPage extends React.Component {
header={this.props.intl.formatMessage(messages['account.settings.field.name.verified.failure.message.header'])}
body={
(
<>
<div className="d-flex flex-row">
{this.props.intl.formatMessage(messages['account.settings.field.name.verified.failure.message'])}
</div>
<div className="d-flex flex-row-reverse mt-3">
<Button
variant="primary"
href="https://support.edx.org/hc/en-us/articles/360004381594-Why-was-my-ID-verification-denied"
>
{this.props.intl.formatMessage(messages['account.settings.field.name.verified.failure.message.help.link'])}
</Button>{' '}
</div>
</>
<div className="d-flex flex-row">
{this.props.intl.formatMessage(messages['account.settings.field.name.verified.failure.message'])}
</div>
)
}
/>
Expand Down

0 comments on commit ee7c769

Please sign in to comment.