diff options
-rw-r--r-- | lib/redmine/twofa/totp.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/redmine/twofa/totp.rb b/lib/redmine/twofa/totp.rb index ff4fe9cf1..e304208a2 100644 --- a/lib/redmine/twofa/totp.rb +++ b/lib/redmine/twofa/totp.rb @@ -17,6 +17,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +require_relative 'base' + module Redmine module Twofa class Totp < Base |