Update blueweather.js

This commit is contained in:
Dorian Zedler 2019-09-02 11:06:00 +00:00
parent e9602d266b
commit 5f5ac6eb97

View file

@ -113,6 +113,7 @@ class BlueWeather {
thisObject.session.user.username = ret["data"]["username"]
thisObject.session.user.realName = ret["data"]["realname"]
thisObject.session.user.email = ret["data"]["email"]
thisObject.session.user.emailHash = ret["data"]["emailHash"]
processingFunction(true)
return
}