mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 19:45:13 +00:00
3 lines
82 B
Ruby
3 lines
82 B
Ruby
class Auth::PasswordsController < Devise::PasswordsController
|
|
layout 'auth'
|
|
end
|