Showing
1 changed file
with
6 additions
and
0 deletions
@@ -120,6 +120,12 @@ export default class wheelSurf extends PureComponent { | @@ -120,6 +120,12 @@ export default class wheelSurf extends PureComponent { | ||
120 | 120 | ||
121 | if (user.uid && user.sessionKey) { | 121 | if (user.uid && user.sessionKey) { |
122 | clearInterval(timer); | 122 | clearInterval(timer); |
123 | + if (!user.sessionType) { | ||
124 | + user.sessionType = this.state.user.sessionType; | ||
125 | + } | ||
126 | + this.setState({ | ||
127 | + user | ||
128 | + }); | ||
123 | setLogin(user); | 129 | setLogin(user); |
124 | updateCount(user); | 130 | updateCount(user); |
125 | } | 131 | } |
-
Please register or login to post a comment