Done
This commit was merged in pull request #202.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user