mirror of
https://github.com/glitch-soc/mastodon.git
synced 2022-12-16 21:46:25 +00:00
2 lines
170 B
Ruby
2 lines
170 B
Ruby
web_app = Doorkeeper::Application.new(name: 'Web', superapp: true, redirect_uri: Doorkeeper.configuration.native_redirect_uri, scopes: 'read write follow')
|
|
web_app.save!
|