File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ export class EzyLoginSuccessHandler {
4545 Util . EzyLogger . console ( "user: " + user . name + " logged in successfully" ) ;
4646 }
4747
48- handleLoginSuccess ( responseData ) { }
48+ handleLoginSuccess ( responseData ) {
49+ }
4950}
5051
5152//======================================
@@ -75,7 +76,7 @@ export class EzyAppAccessHandler {
7576
7677export class EzyAppExitHandler {
7778 handle ( data ) {
78- var zone = client . zone ;
79+ var zone = this . client . zone ;
7980 var appManager = zone . appManager
8081 var appId = data [ 0 ] ;
8182 var reasonId = data [ 1 ] ;
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export class EzyAppManager {
3434 delete this . appsByName [ app . name ] ;
3535 this . appList = this . appList . filter ( app => app . id != appId ) ;
3636 }
37+ return app ;
3738 }
3839
3940 getAppById ( id ) {
You can’t perform that action at this time.
0 commit comments