diff --git a/packages/app/src/components/Login/index.jsx b/packages/app/src/components/Login/index.jsx index b54d1f88..6afc5689 100755 --- a/packages/app/src/components/Login/index.jsx +++ b/packages/app/src/components/Login/index.jsx @@ -73,6 +73,7 @@ export default class Login extends React.Component { } if (typeof this.props.close === "function") { + this.props.unlock() this.props.close() } }