mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 01:05:32 +00:00
varius small things
This commit is contained in:
@@ -177,11 +177,15 @@
|
||||
required />
|
||||
</div>
|
||||
<div class="col-span-3 flex justify-end" x-bind:style="!openpw ? 'display:none' : ''">
|
||||
<input type="checkbox" name="logout" id="logout" class="mr-2"
|
||||
x-bind:style="!openpw ? 'display:none' : ''" />
|
||||
<label for="logout" class="text-sm text-gray-700 font-bold">
|
||||
</i><i class="ri-logout-box-line"></i> überall ausloggen
|
||||
</label>
|
||||
<input
|
||||
type="checkbox"
|
||||
name="logout"
|
||||
id="logout"
|
||||
class="mr-2"
|
||||
x-bind:style="!openpw ? 'display:none' : ''" />
|
||||
<label for="logout" class="text-sm text-gray-700 font-bold">
|
||||
überall ausloggen <i class="ri-logout-box-line"></i>
|
||||
</label>
|
||||
</div>
|
||||
<div class="col-span-1 col-start-2">
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user