|
@ -90,7 +90,10 @@ const submitPin = async () => { |
|
|
|
|
|
|
|
|
const showPassword = ref(false) |
|
|
const showPassword = ref(false) |
|
|
const next = () => { |
|
|
const next = () => { |
|
|
showPassword.value = true |
|
|
|
|
|
|
|
|
if (activeUser.value?.id) { |
|
|
|
|
|
showPassword.value = true |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
const back = () => { |
|
|
const back = () => { |
|
|
showPassword.value = false |
|
|
showPassword.value = false |
|
|