mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-12 01:01:55 -06:00
Do not show section header in unauthorized dialog
https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
parent
bd89d801ba
commit
df7ffc53cf
@ -1933,6 +1933,7 @@ IPA.unauthorized_dialog = function(spec) {
|
||||
{
|
||||
name: 'login',
|
||||
label: 'Login',
|
||||
show_header: false,
|
||||
fields: [
|
||||
{
|
||||
name: 'username',
|
||||
@ -1948,6 +1949,7 @@ IPA.unauthorized_dialog = function(spec) {
|
||||
{
|
||||
name: 'reset',
|
||||
label: 'Reset',
|
||||
show_header: false,
|
||||
fields: [
|
||||
{
|
||||
name: 'username_r',
|
||||
|
Loading…
Reference in New Issue
Block a user