1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-25 21:51:09 +00:00
This commit is contained in:
Felix Ableitner 2024-11-06 15:13:52 +01:00
parent b856f7519f
commit 684f4d07a7

View file

@ -30,7 +30,7 @@ pub fn CredentialsForm(
<input <input
type="text" type="text"
class="input" class="input input-primary input-bordered"
required required
placeholder="Username" placeholder="Username"
prop:disabled=move || disabled.get() prop:disabled=move || disabled.get()
@ -47,7 +47,7 @@ pub fn CredentialsForm(
<div class="h-2"></div> <div class="h-2"></div>
<input <input
type="password" type="password"
class="input" class="input input-primary input-bordered"
required required
placeholder="Password" placeholder="Password"
prop:disabled=move || disabled.get() prop:disabled=move || disabled.get()