@ -1,7 +1,7 @@
{
"name": "a8000-plus",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
@ -90,7 +90,10 @@ const submitPin = async () => {
const showPassword = ref(false)
const next = () => {
showPassword.value = true
if (activeUser.value?.id) {
}
const back = () => {
showPassword.value = false