Fix login issue

https://github.com/rancher/rancher/issues/13102
This commit is contained in:
loganhz 2018-04-26 09:25:55 +08:00
parent 77355e872b
commit 67c08e265e
1 changed files with 0 additions and 4 deletions

View File

@ -109,8 +109,4 @@ export default Component.extend({
next(this, 'focusSomething');
},
willDestroyElement() {
set(this, 'shown', false);
},
});