diff --git a/src/platform/user/authentication/components/LoginActions.jsx b/src/platform/user/authentication/components/LoginActions.jsx index c663ad8ac588..11eb8f26acde 100644 --- a/src/platform/user/authentication/components/LoginActions.jsx +++ b/src/platform/user/authentication/components/LoginActions.jsx @@ -1,5 +1,6 @@ import React, { useEffect, useState } from 'react'; import PropTypes from 'prop-types'; +import environment from '@department-of-veterans-affairs/platform-utilities/environment'; import { externalApplicationsConfig } from '../usip-config'; import { reduceAllowedProviders, getQueryParams } from '../utilities'; import LoginButton from './LoginButton'; @@ -25,6 +26,7 @@ export default function LoginActions({ externalApplication, isUnifiedSignIn }) { const actionLocation = isUnifiedSignIn ? 'usip' : 'modal'; const isValid = mhv || dslogon; + const isStaging = environment?.isStaging(); return (
- You’ll still be able to use the My HealtheVet{' '} - website after this date. You’ll just need to start signing in - with a Login.gov or ID.me{' '} - account. -
-+ You’ll still be able to use the{' '} + My HealtheVet website after this date. + You’ll just need to start signing in with a{' '} + Login.gov or ID.me{' '} + account. +
+