grimmory auth
This commit is contained in:
+2
-2
@@ -230,7 +230,7 @@
|
||||
<div class="join w-full">
|
||||
<input name="sftp_password" :type="show ? 'text' : 'password'"
|
||||
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"
|
||||
@click="show = !show" x-text="show ? 'Hide' : 'Show'"></button>
|
||||
</div>
|
||||
@@ -273,7 +273,7 @@
|
||||
<div class="join w-full">
|
||||
<input name="grimmory_password" :type="show ? 'text' : 'password'"
|
||||
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"
|
||||
@click="show = !show" x-text="show ? 'Hide' : 'Show'"></button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user