mirror of
https://github.com/glitch-soc/mastodon
synced 2025-08-15 12:41:24 +00:00
5 lines
113 B
Ruby
5 lines
113 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Auth::PasswordsController < Devise::PasswordsController
|
|
layout 'auth'
|
|
end
|