* 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 String email;
|
||||||
private int permission;
|
private int permission;
|
||||||
|
|
||||||
boolean loggedin = true;
|
boolean loggedin = false;
|
||||||
|
|
||||||
public void logIn() {
|
public void logIn() {
|
||||||
loggedin = true;
|
loggedin = true;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Waste Information Server",
|
"name": "Waste Information Server",
|
||||||
"short_name": "WasteInformationServer",
|
"short_name": "WasteInformationServer",
|
||||||
"start_url": "/",
|
"start_url": "/index.html",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#fff",
|
"background_color": "#fff",
|
||||||
"description": "A web app to manage waste pickups",
|
"description": "A web app to manage waste pickups",
|
||||||
|
Loading…
Reference in New Issue
Block a user