2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00
discourse/app/views/static/login.html.erb

3 lines
123 B
Text

<% if SiteSetting.login_required %>
<%= PrettyText.cook(I18n.t('login_required.welcome_message')).html_safe %>
<% end %>