Skip to content

Commit e2499a6

Browse files
committed
cnvb
1 parent 725e52f commit e2499a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

u/inventory.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 id="infotext" class="flex cc">Please wait...</h1>
2323
const { user, data } = await getUser();
2424

2525
if (!user) {
26-
//window.location.href = "/u/login.html";
26+
window.location.href = "/u/login.html";
2727
return;
2828
}
2929
initInventory(data);

0 commit comments

Comments
 (0)