0
1
Fork 0

Fotfix: Cannot update user configuration

This commit is contained in:
Juan Ferrer 2022-11-04 14:36:21 +01:00
parent 137c912ba9
commit 28876ad819
3 changed files with 3 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.408.22) stable; urgency=low
hedera-web (1.408.23) stable; urgency=low
* Initial Release.

View File

@ -4,6 +4,7 @@ Hedera.Conf = new Class({
,activate: function() {
this.$('user-model').setInfo('c', 'myClient', 'hedera');
this.$('user-model').setInfo('u', 'myUser', 'account');
if (this.hash.get('verificationToken'))
this.onPassChangeClick();

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.408.22",
"version": "1.408.23",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {