diff --git a/awx/ui_next/src/screens/Login/Login.jsx b/awx/ui_next/src/screens/Login/Login.jsx index b0055b9394..def48240b1 100644 --- a/awx/ui_next/src/screens/Login/Login.jsx +++ b/awx/ui_next/src/screens/Login/Login.jsx @@ -120,10 +120,13 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { helperText = i18n._(t`There was a problem signing in. Please try again.`); } - const HeaderBrand = ; + const HeaderBrand = ( + + ); const Header = ; const Footer = ( {formik => ( {i18n._( t`Failed to fetch custom login configuration settings. System defaults will be shown instead.` @@ -194,7 +200,11 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { const loginUrl = socialAuthOptions[authKey].login_url; if (authKey === 'azuread-oauth2') { return ( - + @@ -203,7 +213,11 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { } if (authKey === 'github') { return ( - + @@ -212,7 +226,11 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { } if (authKey === 'github-org') { return ( - + @@ -223,7 +241,11 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { } if (authKey === 'github-team') { return ( - + @@ -232,7 +254,11 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { } if (authKey === 'github-enterprise') { return ( - + @@ -243,7 +269,11 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { } if (authKey === 'github-enterprise-org') { return ( - + + + @@ -279,7 +317,11 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { if (authKey.startsWith('saml')) { const samlIDP = authKey.split(':')[1] || null; return ( - +