diff --git a/frontend/src/pages/AuthLogin/AuthLogin.tsx b/frontend/src/pages/AuthLogin/AuthLogin.tsx index 078f5e9cc..5e31d396c 100644 --- a/frontend/src/pages/AuthLogin/AuthLogin.tsx +++ b/frontend/src/pages/AuthLogin/AuthLogin.tsx @@ -6,6 +6,8 @@ import { Alert } from '@mui/material'; import { Button } from '@trussworks/react-uswds'; import { Box, Link, Typography } from '@mui/material'; import { RegisterForm } from 'components/Register/RegisterForm'; +import { ModFooter } from 'components/Footer'; +import { CrossfeedWarning } from 'components/WarningBanner'; import { Authenticator, ThemeProvider, @@ -79,73 +81,46 @@ export const AuthLogin: React.FC<{ showSignUp?: boolean }> = ({ if (process.env.REACT_APP_USE_COGNITO) { return ( - -

Welcome to Crossfeed

- - -
-
PLATFORM NOTIFICATION
-
- Important Notice: Temporary Downtime During Crossfeed Migration -
-
- {' '} - The Crossfeed environment is moving. The migration will require a - temporary downtime of approximately one week. -
-
- {' '} - The downtime will begin on Wednesday, October 25, through the end - of day Wednesday, November 01.{' '} -
-
- For additional information, please click{' '} - - here. - -
-
-
-
**Warning**
-
- {' '} - This system contains U.S. Government Data. Unauthorized use of - this system is prohibited. Use of this computer system, authorized - or unauthorized, constitutes consent to monitoring of this system. -
-
- {' '} - This computer system, including all related equipment, networks, - and network devices (specifically including internet access) are - provided only for authorized U.S. Government use. U.S. Government - computer systems may be monitored for all lawful purposes, - including to ensure that their use is authorized, for management - of the system, to facilitate protection against unauthorized - access, and to verify security procedures, survivability, and - operational security. Monitoring includes active attacks by - authorized U.S. Government entities to test or verify the security - of this system. During monitoring, information may be examined, - recorded, copied and used for authorized purposes. All - information, including personal information, placed or sent over - this system may be monitored. -
-
- {' '} - Unauthorized use may subject you to criminal prosecution. Evidence - of unauthorized use collected during monitoring may be used for - administrative, criminal, or other adverse action. Use of this - system constitutes consent to monitoring for these purposes. -
-
-
-
+ <> + +

Welcome to Crossfeed

+ + + {}} severity="warning" className="alert_box"> + +

PLATFORM NOTIFICATION

+
+

+ Important Notice: Temporary Downtime During Crossfeed Migration +

+

+ The Crossfeed environment is moving. The migration will require + a a temporary downtime of approximately one week. +

+

+ The downtime will begin on Wednesday, October 25, through the + day Wednesday, November 01. +

+

+ For additional information, please click + + {' '} + here. + +

+
+
+
+ + + ); } return ( @@ -158,7 +133,7 @@ export const AuthLogin: React.FC<{ showSignUp?: boolean }> = ({
New to Crossfeed? Register with Login.gov
- {open && } + {open && }