~cytrogen/masto-fe

ref: f05effeb8fb8f2cc09ccfdbff2e670ff5cb23e9f masto-fe/app/models/form/two_factor_confirmation.rb -rw-r--r-- 128 bytes
f05effeb — Stanislas Signoud [Glitch] Fix a missing redirection on getting-started in multi column mode 2 years ago
                                                                                
1
2
3
4
5
6
7
# frozen_string_literal: true

class Form::TwoFactorConfirmation
  include ActiveModel::Model

  attr_accessor :otp_attempt
end