File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
resources/views/components/config Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ function text($key){
236
236
<p class =" text-muted" >Sets wheter or not users are able to register on your application.</p >
237
237
<div class =" input-group" >
238
238
<div class =" row toggle-btn" ><input name =" toggle" class =" switch toggle-btn" type =" checkbox" id =" toggle" <?php if (Page:: pluck (' register' ) == ' ["false"]' ){echo ' />' ;}else {echo ' checked>' ;} ? > <label for =" '.$key.'" class =" label txt-label" >Enable</label ></div >
239
- </div ></div >required
239
+ </div ></div >
240
240
<input type =" hidden" name =" _token" value =" {{ csrf_token ()} }" >
241
241
<script type =" text/javascript" >document .getElementById (" register-form" ).addEventListener (" change" , function () { this .submit (); }); </script >
242
242
</form >
You can’t perform that action at this time.
0 commit comments