This commit was merged in pull request #202.
This commit is contained in:
2023-06-22 18:34:33 +01:00
parent 08f1ae1a9f
commit 7868e7d689
4 changed files with 214 additions and 60 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ export default function Login() {
action: 11025,
};
// Set the loginType cookie to remember the user's selection
document.cookie = "loginType=family; path=/;";
document.cookie = "loginType=family; expires=Session; path=/;";
} else {
setLoginLoading(false);
setMsgError("Invalid Login Type. Consider refreshing the page");