mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Fix all the trailing whitespace
This commit is contained in:
parent
1839614bcc
commit
61654ab8f0
230 changed files with 1165 additions and 1165 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue