cdn/app/views/api_keys/index.html.erb
2026-01-30 13:45:56 -05:00

4 lines
106 B
Text

<%= render Components::APIKeys::Index.new(
api_keys: @api_keys,
new_token: flash[:api_key_token]
) %>