Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(web): impl new signup & signin method #910

Merged
merged 7 commits into from
Mar 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ VITE_SERVER_BASE_URL=

# this only used for dev environment, change it to your local api server url if needed
# don't change it directly, you should create a .env.local file and set it there
VITE_DEV_SERVER_URL=http://api.dev.laf.run
VITE_DEV_SERVER_URL=http://api.dev.laf.run
maslow marked this conversation as resolved.
Show resolved Hide resolved
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"lint-staged": "lint-staged"
},
"dependencies": {
"@chakra-ui/anatomy": "^2.1.1",
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
Expand Down