Use daisyUI input-bordered primitives on login fields
This commit is contained in:
@@ -239,7 +239,7 @@ onBeforeUnmount(() => {
|
||||
<input
|
||||
v-model="email"
|
||||
type="email"
|
||||
class="input w-full"
|
||||
class="input input-bordered w-full"
|
||||
placeholder="name@company.com"
|
||||
@keydown.enter.prevent="requestCode"
|
||||
@blur="onEmailBlur"
|
||||
@@ -281,7 +281,7 @@ onBeforeUnmount(() => {
|
||||
v-model="code"
|
||||
type="text"
|
||||
maxlength="6"
|
||||
class="input w-full"
|
||||
class="input input-bordered w-full"
|
||||
placeholder="123456"
|
||||
@keydown.enter.prevent="verifyCode"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user