* reset Login object
* call /index.html instead of / in pwa manifest
This commit is contained in:
parent
16270da70f
commit
67694ba6e0
@ -16,7 +16,7 @@ public class LoginState {
|
||||
private String email;
|
||||
private int permission;
|
||||
|
||||
boolean loggedin = true;
|
||||
boolean loggedin = false;
|
||||
|
||||
public void logIn() {
|
||||
loggedin = true;
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user