grimmory auth

This commit is contained in:
2026-05-14 22:07:37 +02:00
parent b0644c9319
commit 3a84b3344e
+2 -2
View File
@@ -230,7 +230,7 @@
<div class="join w-full"> <div class="join w-full">
<input name="sftp_password" :type="show ? 'text' : 'password'" <input name="sftp_password" :type="show ? 'text' : 'password'"
class="input input-bordered input-sm join-item flex-1" class="input input-bordered input-sm join-item flex-1"
placeholder="Leave empty to keep current" /> :value="settings.settings.sftp_password ?? ''" />
<button type="button" class="btn btn-sm btn-outline join-item" <button type="button" class="btn btn-sm btn-outline join-item"
@click="show = !show" x-text="show ? 'Hide' : 'Show'"></button> @click="show = !show" x-text="show ? 'Hide' : 'Show'"></button>
</div> </div>
@@ -273,7 +273,7 @@
<div class="join w-full"> <div class="join w-full">
<input name="grimmory_password" :type="show ? 'text' : 'password'" <input name="grimmory_password" :type="show ? 'text' : 'password'"
class="input input-bordered input-sm join-item flex-1" class="input input-bordered input-sm join-item flex-1"
placeholder="Leave empty to keep current" /> :value="settings.settings.grimmory_password ?? ''" />
<button type="button" class="btn btn-sm btn-outline join-item" <button type="button" class="btn btn-sm btn-outline join-item"
@click="show = !show" x-text="show ? 'Hide' : 'Show'"></button> @click="show = !show" x-text="show ? 'Hide' : 'Show'"></button>
</div> </div>