We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725e52f commit e2499a6Copy full SHA for e2499a6
1 file changed
u/inventory.html
@@ -23,7 +23,7 @@ <h1 id="infotext" class="flex cc">Please wait...</h1>
23
const { user, data } = await getUser();
24
25
if (!user) {
26
- //window.location.href = "/u/login.html";
+ window.location.href = "/u/login.html";
27
return;
28
}
29
initInventory(data);
0 commit comments