diff --git a/app/assets/javascripts/discourse/app/components/modal/login.hbs b/app/assets/javascripts/discourse/app/components/modal/login.hbs index da632db1cc2..a37b43e8663 100644 --- a/app/assets/javascripts/discourse/app/components/modal/login.hbs +++ b/app/assets/javascripts/discourse/app/components/modal/login.hbs @@ -47,7 +47,7 @@ @otherMethodAllowed={{this.otherMethodAllowed}} @showSecondFactor={{this.showSecondFactor}} @handleForgotPassword={{this.handleForgotPassword}} - @login={{this.login}} + @login={{this.triggerLogin}} @flashChanged={{this.flashChanged}} @flashTypeChanged={{this.flashTypeChanged}} @securityKeyCredentialChanged={{this.securityKeyCredentialChanged}} @@ -55,7 +55,7 @@