From 112bab274de04d0679aeb67ccba70862b0cd2b45 Mon Sep 17 00:00:00 2001 From: mabashian Date: Fri, 19 Mar 2021 17:21:16 -0400 Subject: [PATCH] Fixes linting errors --- awx/ui_next/src/screens/Login/Login.jsx | 28 ++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/awx/ui_next/src/screens/Login/Login.jsx b/awx/ui_next/src/screens/Login/Login.jsx index def48240b1..a551c94c51 100644 --- a/awx/ui_next/src/screens/Login/Login.jsx +++ b/awx/ui_next/src/screens/Login/Login.jsx @@ -121,12 +121,12 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { } const HeaderBrand = ( - + ); const Header = ; const Footer = ( {formik => ( {i18n._( t`Failed to fetch custom login configuration settings. System defaults will be shown instead.` @@ -201,7 +201,7 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { if (authKey === 'azuread-oauth2') { return ( @@ -214,7 +214,7 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { if (authKey === 'github') { return ( @@ -227,7 +227,7 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { if (authKey === 'github-org') { return ( @@ -242,7 +242,7 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { if (authKey === 'github-team') { return ( @@ -255,7 +255,7 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { if (authKey === 'github-enterprise') { return ( @@ -270,7 +270,7 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { if (authKey === 'github-enterprise-org') { return ( @@ -287,7 +287,7 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { if (authKey === 'github-enterprise-team') { return ( @@ -304,7 +304,7 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { if (authKey === 'google-oauth2') { return ( @@ -318,7 +318,7 @@ function AWXLogin({ alt, i18n, isAuthenticated }) { const samlIDP = authKey.split(':')[1] || null; return (