forked from FoundKeyGang/FoundKey
[Client] Fix bug
This commit is contained in:
parent
d96762cbac
commit
18ec136e1a
1 changed files with 2 additions and 0 deletions
|
@ -9,3 +9,5 @@ module.exports = (me) ->
|
||||||
if @SIGNIN
|
if @SIGNIN
|
||||||
@on \mount ~> me.on \updated @update
|
@on \mount ~> me.on \updated @update
|
||||||
@on \unmount ~> me.off \updated @update
|
@on \unmount ~> me.off \updated @update
|
||||||
|
|
||||||
|
me: me
|
Loading…
Reference in a new issue