Sha256: 861af9b345ab9cab0e4ae2eff23d9096430624c936cf2642df05c6cd90dacef3
Contents?: true
Size: 313 Bytes
Versions: 5
Compression:
Stored size: 313 Bytes
Contents
# frozen_string_literal: true module Kaui class LoginProxyController < Kaui::EngineController def check_login # # Redirect to where we come from after going through all the Kaui filters ensuring correct authentication and kb_tenant_id # redirect_to params['path'] end end end
Version data entries
5 entries across 5 versions & 1 rubygems