mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 03:51:07 +08:00
Fix all the trailing whitespace
This commit is contained in:
@ -12,7 +12,7 @@ class SessionController < ApplicationController
|
||||
@user = User.where(username_lower: login).first
|
||||
end
|
||||
|
||||
if @user.present?
|
||||
if @user.present?
|
||||
|
||||
# If the site requires user approval and the user is not approved yet
|
||||
if SiteSetting.must_approve_users? and !@user.approved?
|
||||
|
Reference in New Issue
Block a user