diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-05 10:48:15 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-05 10:48:15 +0530 |
commit | bd0981867ba8e569e3e2c9b839548a189627df0a (patch) | |
tree | d68e1172f4c817a69ed42ebf3c190fcbe6713706 /package.json | |
parent | afbf9fa4f665404c7128315e2b84f63376f1cdce (diff) |
fixed register button still being disabled after password validation failurev0.0.5
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 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", |