mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
4 lines
119 B
Ruby
4 lines
119 B
Ruby
object @app
|
|
attributes :id, :redirect_uri
|
|
node(:client_id) { |app| app.uid }
|
|
node(:client_secret) { |app| app.secret }
|