From c55c354a13de92d2f920743c6a785a39e77f90d0 Mon Sep 17 00:00:00 2001 From: Isaac Janzen <50783505+janzenisaac@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:13:37 -0700 Subject: [PATCH] FIX: Include missing search service on login modal (#24432) --- .../javascripts/discourse/app/components/modal/login.hbs | 4 ++-- .../javascripts/discourse/app/components/modal/login.js | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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 @@