mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
update LoginPage param names for @patternfly/react-core 1.43.5
This commit is contained in:
parent
1c483a42c6
commit
70840841c1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user