Skip to content

Commit

Permalink
Change unauthenticated user message (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fosol committed Sep 11, 2024
1 parent 69b6f2a commit f9e1839
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions app/subscriber/src/features/access-request/AccessRequest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,16 @@ export const AccessRequest: React.FC = () => {
<img alt="MMI Logo" className="app-logo" src="/assets/MMinsights_logo_dark_text.svg" />
<Col className="main-box">
<p className="top-bar-box">
Welcome {keycloak.getDisplayName()}, If this is the first time signing into Media
Monitoring Insights, your approval is being processed.
Welcome {keycloak.getDisplayName()}, if you reached this page after clicking on View
Article in a recently received MMI report, please return to the report.
</p>
<p>
If you are not redirected to the application, please contact{' '}
Only Direct Users have access to the View Article feature. If you wish to be upgraded
to a Direct User, please ensure that you have spending authority approval prior to
emailing.
</p>
<p>
Questions or concerns, please contact{' '}
<a href="mailto:scott.ryckman@gov.bc.ca">Scott.Ryckman@gov.bc.ca</a>
</p>
</Col>
Expand Down

0 comments on commit f9e1839

Please sign in to comment.