Skip to content

Commit

Permalink
feat(web): impl new signup & signin method (#910)
Browse files Browse the repository at this point in the history
* feat(web): login ui

* feat: web auth

* feat: web auth

* chore(web auth): impl i18n and fix code styles

* fix: env url
  • Loading branch information
walle233 authored Mar 19, 2023
1 parent c4e3cf8 commit 0832b1e
Show file tree
Hide file tree
Showing 21 changed files with 8,199 additions and 9 deletions.
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
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
Loading

0 comments on commit 0832b1e

Please sign in to comment.