Added login flow
This commit is contained in:
26
client/pnpm-lock.yaml
generated
26
client/pnpm-lock.yaml
generated
@@ -26,6 +26,7 @@ specifiers:
|
||||
tailwindcss: ^3.1.8
|
||||
typescript: 4.4.4
|
||||
zod: ^3.19.1
|
||||
zustand: ^4.1.2
|
||||
|
||||
dependencies:
|
||||
'@headlessui/react': 1.7.3_sfoxds7t5ydpegc3knd667wn6m
|
||||
@@ -41,6 +42,7 @@ dependencies:
|
||||
react-hook-form: 7.37.0_react@17.0.2
|
||||
tailwind-scrollbar: 2.1.0-preview.0_tailwindcss@3.1.8
|
||||
zod: 3.19.1
|
||||
zustand: 4.1.2_react@17.0.2
|
||||
|
||||
devDependencies:
|
||||
'@trivago/prettier-plugin-sort-imports': 2.0.4_prettier@2.7.1
|
||||
@@ -3479,6 +3481,14 @@ packages:
|
||||
dependencies:
|
||||
punycode: 2.1.1
|
||||
|
||||
/use-sync-external-store/1.2.0_react@17.0.2:
|
||||
resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
||||
dependencies:
|
||||
react: 17.0.2
|
||||
dev: false
|
||||
|
||||
/util-deprecate/1.0.2:
|
||||
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
||||
|
||||
@@ -3572,3 +3582,19 @@ packages:
|
||||
/zod/3.19.1:
|
||||
resolution: {integrity: sha512-LYjZsEDhCdYET9ikFu6dVPGp2YH9DegXjdJToSzD9rO6fy4qiRYFoyEYwps88OseJlPyl2NOe2iJuhEhL7IpEA==}
|
||||
dev: false
|
||||
|
||||
/zustand/4.1.2_react@17.0.2:
|
||||
resolution: {integrity: sha512-gcRaKchcxFPbImrBb/BKgujOhHhik9YhVpIeP87ETT7uokEe2Szu7KkuZ9ghjtD+/KKkcrRNktR2AiLXPIbKIQ==}
|
||||
engines: {node: '>=12.7.0'}
|
||||
peerDependencies:
|
||||
immer: '>=9.0'
|
||||
react: '>=16.8'
|
||||
peerDependenciesMeta:
|
||||
immer:
|
||||
optional: true
|
||||
react:
|
||||
optional: true
|
||||
dependencies:
|
||||
react: 17.0.2
|
||||
use-sync-external-store: 1.2.0_react@17.0.2
|
||||
dev: false
|
||||
|
||||
Reference in New Issue
Block a user