fix: 비밀번호 버그 수정

main
jschoi 7 months ago
parent 09ea7cb45b
commit 5c813eaf60

@ -98,7 +98,7 @@ const signIn = () => {
<v-text-field
v-model="data.password"
:readonly="data.loading"
type="password "
type="password"
variant="outlined"
color="secondary"
class="mb-2 text-white"

Loading…
Cancel
Save