Skip to content

Commit 74f25b6

Browse files
committed
Update config.blade.php
1 parent a0706b3 commit 74f25b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/config/config.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ function text($key){
236236
<p class="text-muted">Sets wheter or not users are able to register on your application.</p>
237237
<div class="input-group">
238238
<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>
240240
<input type="hidden" name="_token" value="{{csrf_token()}}">
241241
<script type="text/javascript">document.getElementById("register-form").addEventListener("change", function() { this.submit(); });</script>
242242
</form>

0 commit comments

Comments
 (0)