wmlele / devise-otp

Two Factors authentication for Devise using Time Based OTP/rfc6238 tokens.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qrcode javascript error

jonathansimmons opened this issue · comments

If using the latest version 0.2.4 there is a javascript error that the qrcode cause by the qrcode not being included.

I was able to resolved the issue by requiring qrcode.js in my assets/application.js but I don't think that should be required. If so it should be documented.

Sorry if I'm opening these issues and 0.2.4 is supposed to be a development version.