Fixed user create handling in embedded mode (closes grocy/grocy-desktop#51)

This commit is contained in:
Bernd Bestel
2024-01-15 17:10:36 +01:00
parent 33d5ec44d2
commit 4659f51551
2 changed files with 3 additions and 1 deletions

View File

@@ -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,