Skip to content

Commit

Permalink
認証画面はカスタマイズ view を使用する設定を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
MikotoMakizuru committed Feb 22, 2025
1 parent d7531fa commit 291e14a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ class Application < Rails::Application
config.active_storage.variant_processor = :vips

config.view_component.capture_compatibility_patch_enabled = true

config.to_prepare do
Doorkeeper::AuthorizationsController.layout "authorization"
end
end
end

0 comments on commit 291e14a

Please sign in to comment.