mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 23:31:18 +08:00
UX: Hide login/signup header buttons during authentication flows
This commit is contained in:
@ -20,6 +20,7 @@ class Users::OmniauthCallbacksController < ApplicationController
|
||||
|
||||
def confirm_request
|
||||
self.class.find_authenticator(params[:provider])
|
||||
render locals: { hide_auth_buttons: true }
|
||||
end
|
||||
|
||||
def complete
|
||||
|
Reference in New Issue
Block a user