UX: Hide login/signup header buttons during authentication flows

This commit is contained in:
David Taylor
2019-08-08 13:57:18 +01:00
parent 3b8c468832
commit 6d3d08daad
4 changed files with 4 additions and 3 deletions

View File

@ -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