akkounts/app/components/rs_auth_component.rb
2023-10-25 22:16:13 +02:00

9 lines
154 B
Ruby

# frozen_string_literal: true
class RsAuthComponent < ViewComponent::Base
def initialize(auth:)
@auth = auth
@web_app = auth.web_app
end
end