* reset Login object

* call /index.html instead of / in pwa manifest
This commit is contained in:
lukas-heiligenbrunner 2019-12-09 14:32:57 +01:00
parent 16270da70f
commit 67694ba6e0
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ public class LoginState {
private String email;
private int permission;
boolean loggedin = true;
boolean loggedin = false;
public void logIn() {
loggedin = true;

View File

@ -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",