fix: successful login should not take you to the login page (#4056)

* fix: successful login should not take you to the login page

* chore: use DEFAULT_HOME_PATH constants

* chore: remove invalid spaces in script

* fix: lint error
This commit is contained in:
Donny Wang
2024-08-06 21:52:06 +08:00
committed by GitHub
parent 9dce5b44ec
commit e27be2d47a
4 changed files with 40 additions and 22 deletions

View File

@@ -51,7 +51,7 @@
"publint": "vsh publint",
"reinstall": "pnpm clean --del-lock && pnpm bootstrap",
"test:unit": "vitest",
"update:deps": " pnpm update --latest --recursive",
"update:deps": "pnpm update --latest --recursive",
"version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile"
},
"devDependencies": {