about summary refs log tree commit diff
path: root/app/models/form/two_factor_confirmation.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/form/two_factor_confirmation.rb')
-rw-r--r--app/models/form/two_factor_confirmation.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/models/form/two_factor_confirmation.rb b/app/models/form/two_factor_confirmation.rb
new file mode 100644
index 000000000..b8cf76d05
--- /dev/null
+++ b/app/models/form/two_factor_confirmation.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+class Form::TwoFactorConfirmation
+  include ActiveModel::Model
+
+  attr_accessor :code
+end