비밀번호 재설정

This commit is contained in:
yoon 2025-02-10 10:27:53 +09:00
parent 58fdb1f673
commit de1a6e19c5

View File

@ -8,8 +8,9 @@
:useInputGroup="true"
@update:data="handleIdChange"
:value="id"
:disabled="resetForm"
/>
<template v-if="!resetForm">
<UserFormInput
title="생년월일"
name="birth"
@ -20,7 +21,6 @@
@update:alert="birthAlert = $event"
:value="birth"
/>
<FormSelect
title="비밀번호 힌트"
name="pwhint"
@ -31,7 +31,6 @@
:data="pwhintList"
@update:data="pwhint = $event"
/>
<UserFormInput
title="답변"
name="pwhintRes"
@ -41,11 +40,11 @@
@update:alert="pwhintResAlert = $event"
:value="pwhintRes"
/>
<div class="d-flex mt-5">
<RouterLink type="button" class="btn btn-secondary me-2 w-50" to="/login">취소</RouterLink>
<button type="button" @click="handleSubmit" class="btn btn-primary w-50">확인</button>
</div>
</template>
</div>
<div v-if="resetForm" class="mt-4">