mirror of
https://github.com/funamitech/mastodon
synced 2025-01-02 16:03:14 +09:00
4 lines
82 B
Ruby
4 lines
82 B
Ruby
class Auth::PasswordsController < Devise::PasswordsController
|
|
layout 'auth'
|
|
end
|