CyberDeck / devise-fido-u2f

A devise module to authenticate additionally with a FIDO U2F hardware token, e.g. a Yubico USB security key.
MIT License
35 stars 4 forks source link

after_sign_in_path_for not called on registering key #14

Closed zedtux closed 3 years ago

zedtux commented 5 years ago

While the authentication controller is well calling after_sign_in_path_for, the registration one doesn't which isn't in line with the Devise registration controller.