We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4324322 commit 40a58cbCopy full SHA for 40a58cb
services/static-webserver/client/source/class/osparc/auth/LoginPageSplit.js
@@ -54,6 +54,8 @@ qx.Class.define("osparc.auth.LoginPageSplit", {
54
},
55
56
members: {
57
+ __loginPage: null,
58
+
59
_getBackgroundImage: function() {
60
throw new Error("Abstract method called!");
61
@@ -70,7 +72,7 @@ qx.Class.define("osparc.auth.LoginPageSplit", {
70
72
__rebuildLayout: function() {
71
73
this._removeAll();
74
- const loginPage = this.__loginWithDecorators;
75
+ const loginPage = this.__loginPage;
76
const container = new qx.ui.container.Scroll();
77
container.add(loginPage);
78
const spacers = [
0 commit comments