redirect to home
This commit is contained in:
parent
b57237f72b
commit
5f1a7240ac
4 changed files with 48 additions and 26 deletions
|
|
@ -102,5 +102,9 @@ window.onload = () => {
|
|||
},
|
||||
body: JSON.stringify({ nym }),
|
||||
});
|
||||
|
||||
setTimeout(() => {
|
||||
window.location.href = '/home';
|
||||
}, 1000);
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue