-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change unauthenticated user message (#2276)
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]">[email protected]</a> | ||
</p> | ||
</Col> | ||
|