We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7750ec6 commit 2ee6a7cCopy full SHA for 2ee6a7c
lib/redmine/twofa/totp.rb
@@ -17,6 +17,8 @@
17
# along with this program; if not, write to the Free Software
18
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
20
+require_relative 'base'
21
+
22
module Redmine
23
module Twofa
24
class Totp < Base
0 commit comments