lib/generators/authentication/templates/models/tfa_session.rb in orthodox-0.3.5 vs lib/generators/authentication/templates/models/tfa_session.rb in orthodox-0.3.6

- old
+ new

@@ -1,8 +1,8 @@ # Form object for handling two-factor authentication sessions # -# Automatically generated by the orthodox gem (https://github.com/katanacode/orthodox) -# (c) Copyright 2019 Katana Code Ltd. All Rights Reserved. +# Automatically generated by the orthodox gem (https://github.com/bodacious/orthodox) + class TfaSession include ActiveModel::Model include ActiveModel::Attributes # =============