File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 </style >
2222
2323
24- <form method =" POST" action =" {{ route (' settings.saml.save' ) } }" accept-charset =" UTF-8" autocomplete =" false" class = " form-horizontal " role =" form" >
24+ <form method =" POST" action =" {{ route (' settings.saml.save' ) } }" accept-charset =" UTF-8" autocomplete =" false" role =" form" >
2525 <!-- CSRF Token -->
2626 {{ csrf_field ()} }
2727
4949 <div class =" control-label col-md-3" >
5050 <strong >{{ trans (' admin/settings/general.saml_integration' ) } } </strong >
5151 </div >
52- <div class =" col-md-9 " >
52+ <div class =" col-md-8 " >
5353
5454 <label class =" form-control{{ config (' app.lock_passwords' ) === true ? ' form-control--disabled' : ' ' } }" >
5555 <input type =" checkbox" name =" saml_enabled" value =" 1" @checked (old (' saml_enabled' , $setting -> saml_enabled ) ) @disabled (config (' app.lock_passwords' ) ) @class ([' disabled' => config (' app.lock_passwords' )] )/>
You can’t perform that action at this time.
0 commit comments