Move layout setup for OAuth views to controllers (#35176)

This commit is contained in:
Matt Jankowski 2025-06-25 09:26:17 -04:00 committed by GitHub
commit 8285194451
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 2 deletions

View file

@ -11,6 +11,8 @@ class OAuth::AuthorizedApplicationsController < Doorkeeper::AuthorizedApplicatio
skip_before_action :require_functional!
layout 'admin'
include Localized
def destroy