aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--src/views/Register.vue1
2 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 236329b..f0b187e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "openbills-web",
- "version": "0.0.4",
+ "version": "0.0.5",
"private": false,
"scripts": {
"dev": "vite",
diff --git a/src/views/Register.vue b/src/views/Register.vue
index c8727d8..5260759 100644
--- a/src/views/Register.vue
+++ b/src/views/Register.vue
@@ -22,6 +22,7 @@ const register = async (e) => {
if (toRaw(password.value) !== toRaw(passwordConfirm.value)) {
toast.error('Password and confirm password do not match')
+ isLoading.value = false
return
}