mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 21:04:33 +08:00
Fix all the trailing whitespace
This commit is contained in:
@ -13,7 +13,7 @@ class RequestAccessController < ApplicationController
|
||||
if params[:password] == SiteSetting.access_password
|
||||
cookies.permanent['_access'] = SiteSetting.access_password
|
||||
redirect_to @return_path
|
||||
else
|
||||
else
|
||||
flash[:error] = I18n.t(:'request_access.incorrect')
|
||||
render :new, layout: 'no_js'
|
||||
end
|
||||
|
Reference in New Issue
Block a user