mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Login page that redirects to preferences was broken
This commit is contained in:
parent
86186de1e3
commit
00985559e4
@ -5,6 +5,6 @@
|
||||
|
||||
{{d-button class="btn-primary" action=(route-action "showLogin") label="log_in"}}
|
||||
{{#unless siteSettings.enable_sso}}
|
||||
{{d-button action=(action "showForgotPassword") label="login.forgot"}}
|
||||
{{d-button action=(route-action "showForgotPassword") label="login.forgot"}}
|
||||
{{/unless}}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user