mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 01:34:45 -03:30
update LoginPage param names for @patternfly/react-core 1.43.5
This commit is contained in:
@@ -65,8 +65,8 @@ class AtLogin extends Component {
|
||||
<I18n>
|
||||
{({ i18n }) => (
|
||||
<LoginPage
|
||||
mainBrandImgSrc={logoSrc}
|
||||
mainBrandImgAlt={alt || 'Ansible Tower'}
|
||||
brandImgSrc={logoSrc}
|
||||
brandImgAlt={alt || 'Ansible Tower'}
|
||||
loginTitle={i18n._(t`Welcome to Ansible Tower! Please Sign In.`)}
|
||||
>
|
||||
<LoginForm
|
||||
|
||||
Reference in New Issue
Block a user