Skip to content

Commit 2ee6a7c

Browse files
committed
Fix an error "uninitialized constant Redmine::Twofa::Base" when accessing My account in production mode (#1237, #33932).
git-svn-id: http://svn.redmine.org/redmine/trunk@19997 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 7750ec6 commit 2ee6a7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/redmine/twofa/totp.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
# along with this program; if not, write to the Free Software
1818
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1919

20+
require_relative 'base'
21+
2022
module Redmine
2123
module Twofa
2224
class Totp < Base

0 commit comments

Comments
 (0)