Update login redirect to a be text input field

Update login redirect to a be text input field. Allowing values like
`/sso/login/saml/?idp=SSO`

closes: https://github.com/ansible/awx/issues/10612
This commit is contained in:
nixocio 2021-07-09 16:02:59 -04:00
parent 68e309ee32
commit 70ec4b915c

View File

@ -216,7 +216,6 @@ function MiscAuthenticationEdit() {
<InputField
name="LOGIN_REDIRECT_OVERRIDE"
config={authentication.LOGIN_REDIRECT_OVERRIDE}
type="url"
/>
<InputField
name="ACCESS_TOKEN_EXPIRE_SECONDS"