Skip to content

Commit e163cee

Browse files
Mary-Clbtrasher
authored andcommitted
fix save btn value
1 parent 00dc6b3 commit e163cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/pages/setup/authentication/setup.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</div>
9393
</div>
9494
<div class="card-footer d-flex">
95-
<button type="submit" name="update_auth" class="btn btn-primary ms-auto">
95+
<button type="submit" name="update_auth" value="1" class="btn btn-primary ms-auto">
9696
<i class="ti ti-device-floppy"></i>
9797
<span>{{ _x('button', 'Save') }}</span>
9898
</button>

0 commit comments

Comments
 (0)