mirror of
https://github.com/glitch-soc/mastodon
synced 2025-09-02 11:11:28 +00:00
5 lines
121 B
Ruby
5 lines
121 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Auth::ConfirmationsController < Devise::ConfirmationsController
|
|
layout 'auth'
|
|
end
|