This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-04-08 13:20:08 -07:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
class Form::TwoFactorConfirmation
|
|
|
|
include ActiveModel::Model
|
|
|
|
|
2019-09-17 17:48:40 -07:00
|
|
|
attr_accessor :otp_attempt
|
2017-04-08 13:20:08 -07:00
|
|
|
end
|