initial ssh key model and creation ui
This commit is contained in:
@ -19,13 +19,13 @@
|
||||
</style>
|
||||
|
||||
|
||||
<div class="join w-full">
|
||||
<div class="join w-full has-[:focus]:outline outline-2 outline-offset-2 outline-base-content/20">
|
||||
<input
|
||||
type={show ? 'text' : 'password'}
|
||||
{value} {placeholder} {autofocus}
|
||||
on:input={e => value = e.target.value}
|
||||
on:input on:change on:focus on:blur
|
||||
class="input input-bordered flex-grow join-item placeholder:text-gray-500 {classes}"
|
||||
class="input input-bordered flex-grow join-item placeholder:text-gray-500 focus:outline-none {classes}"
|
||||
/>
|
||||
|
||||
<button
|
||||
|
Reference in New Issue
Block a user