AsteriskLabs / devise_google_authenticator

A Devise extension to allow your app to utilise Google's 2FA Mobile app
http://labs.asteriskinfosec.com.au/tag/devise_google_authenticator/
MIT License
216 stars 156 forks source link

the name of variable in view differ from migrate file #56

Open khalidkhalil opened 6 years ago

khalidkhalil commented 6 years ago

the name of variable in view differ from migrate file as the name in the view is gauth_token and the name in the migrate file is gauth_secret

after i change the name in the view to gauth_secret it remove the error but get to me invalid token always