mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Hide login/signup header buttons during authentication flows
This commit is contained in:
@@ -387,7 +387,7 @@ class SessionController < ApplicationController
|
||||
@error = I18n.t('user_api_key.invalid_token')
|
||||
end
|
||||
|
||||
render layout: 'no_ember'
|
||||
render layout: 'no_ember', locals: { hide_auth_buttons: true }
|
||||
end
|
||||
|
||||
def forgot_password
|
||||
|
||||
Reference in New Issue
Block a user