mirror of
https://github.com/glitch-soc/mastodon
synced 2025-08-21 14:31:27 +00:00
8 lines
121 B
Ruby
8 lines
121 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Form::TwoFactorConfirmation
|
||
|
include ActiveModel::Model
|
||
|
|
||
|
attr_accessor :code
|
||
|
end
|