Shivam Mishra
2024-10-02 13:06:30 +05:30
committed by GitHub
parent e0bf2bd9d4
commit 42f6621afb
661 changed files with 15939 additions and 31194 deletions

View File

@@ -87,7 +87,7 @@ export default {
<template>
<div
class="flex flex-col justify-center w-full min-h-full py-12 bg-woot-25 sm:px-6 lg:px-8 dark:bg-slate-900"
class="flex flex-col justify-center w-full min-h-screen py-12 bg-woot-25 sm:px-6 lg:px-8 dark:bg-slate-900"
>
<form
class="bg-white shadow sm:mx-auto sm:w-full sm:max-w-lg dark:bg-slate-800 p-11 sm:shadow-lg sm:rounded-lg"
@@ -101,7 +101,7 @@ export default {
<div class="space-y-5">
<FormInput
v-model.trim="credentials.password"
v-model="credentials.password"
class="mt-3"
name="password"
type="password"
@@ -111,7 +111,7 @@ export default {
@blur="v$.credentials.password.$touch"
/>
<FormInput
v-model.trim="credentials.confirmPassword"
v-model="credentials.confirmPassword"
class="mt-3"
name="confirm_password"
type="password"