Skip to content

Commit 54019d9

Browse files
committed
#681
1 parent 4ab9afe commit 54019d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handlers/auth/client/authForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class AuthForm {
265265
request.addEventListener('success', function(event) {
266266

267267
if (this.status == 200) {
268-
self.elem.innerHTML = clientRender(loginForm, this.options);
268+
self.elem.innerHTML = clientRender(loginForm, self.options);
269269
self.showFormMessage({html: event.result, type: 'success'});
270270
} else if (this.status == 404) {
271271
self.showFormMessage({html: event.result, type: 'error'});

0 commit comments

Comments
 (0)