forked from verdnatura/hedera-web
Fotfix: Cannot update user configuration
This commit is contained in:
parent
137c912ba9
commit
28876ad819
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.408.22) stable; urgency=low
|
||||
hedera-web (1.408.23) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.408.22",
|
||||
"version": "1.408.23",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue