mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 06:51:27 +08:00
Fix all the trailing whitespace
This commit is contained in:
@ -9,7 +9,7 @@ class EmailController < ApplicationController
|
||||
end
|
||||
|
||||
def unsubscribe
|
||||
@user = User.find_by_temporary_key(params[:key])
|
||||
@user = User.find_by_temporary_key(params[:key])
|
||||
|
||||
# Don't allow the use of a key while logged in as a different user
|
||||
@user = nil if current_user.present? and (@user != current_user)
|
||||
|
Reference in New Issue
Block a user