mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Fixed user create handling in embedded mode (closes grocy/grocy-desktop#51)
This commit is contained in:
@@ -106,6 +106,7 @@
|
||||
@endif>
|
||||
<div class="invalid-feedback">{{ $__t('Passwords do not match') }}</div>
|
||||
</div>
|
||||
@endif
|
||||
@else
|
||||
<input type="hidden"
|
||||
name="password"
|
||||
@@ -116,7 +117,6 @@
|
||||
id="password_confirm"
|
||||
value="x">
|
||||
@endif
|
||||
@endif
|
||||
|
||||
@include('components.userfieldsform', array(
|
||||
'userfields' => $userfields,
|
||||
|
Reference in New Issue
Block a user