Added searching for all relevant data types
This commit is contained in:
parent
4df0a804b3
commit
a8cf583569
39 changed files with 1159 additions and 233 deletions
|
@ -91,7 +91,7 @@ window.addEventListener("load", async (loadEvent) => {
|
|||
const data = response.data;
|
||||
if (response.status === 201) {
|
||||
session = data;
|
||||
window.location.href = "/";
|
||||
window.location.href = `/user/${session.id}`;
|
||||
} else if (response.status === 500) {
|
||||
raiseError([], "Internal server error :(");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue