Added consent page.
This commit is contained in:
@@ -234,7 +234,7 @@ function search() {
|
||||
|
||||
async function logout() {
|
||||
await del('/session');
|
||||
navigate('/login', null, { redirect: true });
|
||||
navigate('/login?consent', null, { redirect: true }); // pass consent variable to reinstate in new session
|
||||
}
|
||||
|
||||
function blurSearch(event) {
|
||||
|
||||
Reference in New Issue
Block a user