Refactor:11; Fix:6; Chore:1; Feat:7; Build:1 #49

Merged
FatttSnake merged 26 commits from FatttSnake into dev 2024-05-06 09:38:28 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c481fcac2c - Show all commits

View File

@@ -275,7 +275,7 @@ const Forget = () => {
<a
onClick={() =>
navigateToLogin(navigate, undefined, undefined, {
navigateToLogin(navigate, location.search, undefined, {
replace: true
})
}

View File

@@ -32,7 +32,7 @@ const Verify = () => {
}
if (!getLoginStatus()) {
navigateToLogin(navigate, undefined, `${location.pathname}${location.search}`, {
navigateToLogin(navigate, location.search, undefined, {
replace: true
})
return