diff --git a/packages/app/src/App.jsx b/packages/app/src/App.jsx index ebb3059b..17761887 100755 --- a/packages/app/src/App.jsx +++ b/packages/app/src/App.jsx @@ -142,8 +142,9 @@ class App extends React.Component { "app.openNotifications": () => { App.publicMethods.openNotifications() }, - "app.createLogin": async () => { + "app.createLogin": async (options = {}) => { app.DrawerController.open("login", Login, { + defaultLocked: options.defaultLocked ?? false, componentProps: { sessionController: this.sessionController }