`devise-two-factor` is broken without jQuery
jagthedrummer opened this issue · 0 comments
jagthedrummer commented
The process for initially setting up 2FA relies on global $
These three files all try to use $
:
I found that I can get 2FA setup working if I change those from $
to jQuery
.
Then when I try to sign in, it again complains about missing $
:
So I tried to change these lines to use jQuery
instead of $
but then it just complains about jQuery
not being defined.