Skip to content

Commit 40a58cb

Browse files
committed
minor
1 parent 4324322 commit 40a58cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/static-webserver/client/source/class/osparc/auth/LoginPageSplit.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ qx.Class.define("osparc.auth.LoginPageSplit", {
5454
},
5555

5656
members: {
57+
__loginPage: null,
58+
5759
_getBackgroundImage: function() {
5860
throw new Error("Abstract method called!");
5961
},
@@ -70,7 +72,7 @@ qx.Class.define("osparc.auth.LoginPageSplit", {
7072
__rebuildLayout: function() {
7173
this._removeAll();
7274

73-
const loginPage = this.__loginWithDecorators;
75+
const loginPage = this.__loginPage;
7476
const container = new qx.ui.container.Scroll();
7577
container.add(loginPage);
7678
const spacers = [

0 commit comments

Comments
 (0)