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

class Form::TwoFactorConfirmation
  include ActiveModel::Model

  attr_accessor :code
end