diff --git a/src/java/com/wasteinformationserver/website/datarequests/login/LoginState.java b/src/java/com/wasteinformationserver/website/datarequests/login/LoginState.java index 676e9ee..72d5238 100644 --- a/src/java/com/wasteinformationserver/website/datarequests/login/LoginState.java +++ b/src/java/com/wasteinformationserver/website/datarequests/login/LoginState.java @@ -16,7 +16,7 @@ public class LoginState { private String email; private int permission; - boolean loggedin = true; + boolean loggedin = false; public void logIn() { loggedin = true; diff --git a/src/resources/wwwroot/manifest.json b/src/resources/wwwroot/manifest.json index 84a6219..51336ae 100644 --- a/src/resources/wwwroot/manifest.json +++ b/src/resources/wwwroot/manifest.json @@ -1,7 +1,7 @@ { "name": "Waste Information Server", "short_name": "WasteInformationServer", - "start_url": "/", + "start_url": "/index.html", "display": "standalone", "background_color": "#fff", "description": "A web app to manage waste pickups",