about summary refs log tree commit diff
path: root/app/models/form/two_factor_confirmation.rb
blob: 27ada65333f4390d66ca819d0eb22af0a72265a0 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

class Form::TwoFactorConfirmation
  include ActiveModel::Model

  attr_accessor :otp_attempt
end