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