Skip to content

Commit 3af2eb9

Browse files
committed
Fix passing wrong reference to app
1 parent 7d4d951 commit 3af2eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/src/ui/interfaces/ILoginUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ ui.ILogin = new Class({
136136
return win;
137137
},
138138
welcome: function() {
139-
ui.WelcomePane.show(this.ui, _.extend({
139+
ui.WelcomePane.show(this, _.extend({
140140
element: this.element,
141141
firstvisit: true
142142
}, this.options));

0 commit comments

Comments
 (0)