mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-25 16:43:41 +01:00
3 lines
82 B
Ruby
3 lines
82 B
Ruby
class Auth::PasswordsController < Devise::PasswordsController
|
|
layout 'auth'
|
|
end
|