implemented social identities management page + pw editing page. probably need to fix backend
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<div class="custom-control custom-checkbox{{ $errors->has($w->name) ? ' is-invalid' : '' }}">
|
||||
<input type="checkbox" class="custom-control-input"
|
||||
id="field-{{ $w->name }}"
|
||||
{{+$w->value?'checked':''}}
|
||||
{{\MightyPork\Utils\Utils::parseBool($w->value)?'checked':''}}
|
||||
name="{{ $w->name }}">
|
||||
<label class="custom-control-label" for="field-{{ $w->name }}">
|
||||
{{ $w->label }}
|
||||
|
||||
Reference in New Issue
Block a user