Change to release info
This commit is contained in:
parent
0809004e15
commit
dd6d8b57ec
@ -40,9 +40,9 @@ const RESOURCES = {
|
|||||||
"icons/ms-icon-150x150.png": "5e33aababf68472e0bcc89c752e33fec",
|
"icons/ms-icon-150x150.png": "5e33aababf68472e0bcc89c752e33fec",
|
||||||
"icons/ms-icon-310x310.png": "9eace62e32aec3853604ae2919eca0ea",
|
"icons/ms-icon-310x310.png": "9eace62e32aec3853604ae2919eca0ea",
|
||||||
"icons/ms-icon-70x70.png": "6720855c40d6a5ba6cd4a384605fc270",
|
"icons/ms-icon-70x70.png": "6720855c40d6a5ba6cd4a384605fc270",
|
||||||
"index.html": "d386435290fa1bf936a03f5c3b21d6ea",
|
"index.html": "b934f3f00758439d39e79bff55598ca7",
|
||||||
"/": "d386435290fa1bf936a03f5c3b21d6ea",
|
"/": "b934f3f00758439d39e79bff55598ca7",
|
||||||
"main.dart.js": "275e04c7cdd9190987acc7778e27bf8c",
|
"main.dart.js": "d92d406acbbcdeb9b4675562b75a0cd3",
|
||||||
"manifest.json": "2ea69ab3cf494be775c9c65d32512a45",
|
"manifest.json": "2ea69ab3cf494be775c9c65d32512a45",
|
||||||
"version.json": "c659aa18797537bf2ce076aa3126b86e"
|
"version.json": "c659aa18797537bf2ce076aa3126b86e"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -48,7 +48,7 @@
|
|||||||
application. For more information, see:
|
application. For more information, see:
|
||||||
https://developers.google.com/web/fundamentals/primers/service-workers -->
|
https://developers.google.com/web/fundamentals/primers/service-workers -->
|
||||||
<script>
|
<script>
|
||||||
var serviceWorkerVersion = '1251432483';
|
var serviceWorkerVersion = '3552968134';
|
||||||
var scriptLoaded = false;
|
var scriptLoaded = false;
|
||||||
function loadMainDartJs() {
|
function loadMainDartJs() {
|
||||||
if (scriptLoaded) {
|
if (scriptLoaded) {
|
||||||
|
|||||||
@ -87130,7 +87130,7 @@ return A.I($async$yw,r)},
|
|||||||
YP(a){A.aZ6(this.r.a.d,t.X,t._G).al(0,new A.at2(a))},
|
YP(a){A.aZ6(this.r.a.d,t.X,t._G).al(0,new A.at2(a))},
|
||||||
aF(){var s=this
|
aF(){var s=this
|
||||||
s.y=s.a.c.a
|
s.y=s.a.c.a
|
||||||
s.f="http://192.168.31.140:8089"
|
s.f="http://192.168.1.19:8089"
|
||||||
s.d="test@email.be"
|
s.d="test@email.be"
|
||||||
s.e="kljqsdkljqsd"
|
s.e="kljqsdkljqsd"
|
||||||
s.b3()},
|
s.b3()},
|
||||||
|
|||||||
@ -116,7 +116,7 @@ class _LoginScreenState extends State<LoginScreen> {
|
|||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
this.isRememberMe = widget.session.rememberMe;
|
this.isRememberMe = widget.session.rememberMe;
|
||||||
this.host = "http://192.168.31.140:8089"; //widget.session.host;
|
this.host = "http://192.168.1.19:8089"; //widget.session.host;
|
||||||
this.email = "test@email.be"; //widget.session.email;
|
this.email = "test@email.be"; //widget.session.email;
|
||||||
this.password = "kljqsdkljqsd"; //widget.session.password;
|
this.password = "kljqsdkljqsd"; //widget.session.password;
|
||||||
super.initState();
|
super.initState();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user