main
320fe706
# frozen_string_literal: true class OmniauthController < Devise::SessionsController def new if Rails.env.production? redirect_to user_saml_omniauth_authorize_path else super end end end