chore: Move auth components to Composition API

This commit is contained in:
iamsivin
2025-11-07 21:57:08 +05:30
parent 0862692b0e
commit 79d9cb3cea
10 changed files with 403 additions and 463 deletions
@@ -197,7 +197,7 @@ const handlePasswordBlur = () => {
<template>
<div class="flex-1 px-1 overflow-auto">
<form class="space-y-3" @submit.prevent="submit">
<div class="flex items-start gap-2">
<div class="grid grid-cols-2 gap-2">
<Input
v-model="credentials.fullName"
name="full_name"