mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
File cleanup/organization in controllers/concerns (#27846)
This commit is contained in:
@@ -10,7 +10,7 @@ class Auth::SessionsController < Devise::SessionsController
|
||||
|
||||
prepend_before_action :check_suspicious!, only: [:create]
|
||||
|
||||
include TwoFactorAuthenticationConcern
|
||||
include Auth::TwoFactorAuthenticationConcern
|
||||
|
||||
before_action :set_body_classes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user