Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 5f559f1

Browse files
committed
Fixed NameError
The ROTP was being referenced without properly load. The require is enough to fix the issue.
1 parent 23b005a commit 5f559f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/processors/casino/processor_concern/two_factor_authenticators.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'addressable/uri'
2+
require 'rotp'
23

34
module CASino
45
module ProcessorConcern

0 commit comments

Comments
 (0)