~cytrogen/masto-fe

ref: 9e311f95aa8d6dff09a631e0cd273cb03cf7b998 masto-fe/app/models/form/two_factor_confirmation.rb -rw-r--r-- 128 bytes
9e311f95 — fusagiko / takayamaki [Glitch] simplify counters 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