Update blueweather.js
This commit is contained in:
parent
e9602d266b
commit
5f5ac6eb97
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ class BlueWeather {
|
||||||
thisObject.session.user.username = ret["data"]["username"]
|
thisObject.session.user.username = ret["data"]["username"]
|
||||||
thisObject.session.user.realName = ret["data"]["realname"]
|
thisObject.session.user.realName = ret["data"]["realname"]
|
||||||
thisObject.session.user.email = ret["data"]["email"]
|
thisObject.session.user.email = ret["data"]["email"]
|
||||||
|
thisObject.session.user.emailHash = ret["data"]["emailHash"]
|
||||||
processingFunction(true)
|
processingFunction(true)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue