test #18
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (22.48.9) stable; urgency=low
|
hedera-web (22.48.10) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -198,11 +198,11 @@ module.exports = new Class({
|
||||||
,async _onConnError(conn, err) {
|
,async _onConnError(conn, err) {
|
||||||
if (!(err instanceof Vn.JsonException)) return;
|
if (!(err instanceof Vn.JsonException)) return;
|
||||||
switch (err.exception) {
|
switch (err.exception) {
|
||||||
case 'UserDisabled':
|
case 'UserDisabledError':
|
||||||
Htk.Toast.showError(_('User disabled'));
|
Htk.Toast.showError(_('User disabled'));
|
||||||
await this._logout();
|
await this._logout();
|
||||||
return;
|
return;
|
||||||
case 'OutdatedVersion':
|
case 'OutdatedVersionError':
|
||||||
this._newVersion();
|
this._newVersion();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "22.48.9",
|
"version": "22.48.10",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue