twilio / authy-devise

Authy Devise plugin to add Two-Factor Authentication
MIT License
200 stars 84 forks source link

Verify 2FA view has register title #99

Closed philnash closed 6 years ago

philnash commented 6 years ago

The view that the gem generates for verifying your 2FA code has the wrong title. It has the title for registering with Authy instead of verifying the code.

The incorrect i18n key has been used. You can see that here:

https://github.com/twilio/authy-devise/blob/master/app/views/devise/verify_authy.html.erb#L1-L3

The correct i18n key should likely be submit_token_title.