Cristiam Castillo
Cristiam Castillo
Rename method `authenticate_admin_user` to `authenticate` as recommended on [the Changelog]( https://github.com/varvet/godmin/blob/master/CHANGELOG.md#200---2019-12-06)
Hello, When calling `UserMfaSession.destroy` the mfa_credentials cookie is not destroyed at all. It seems the `GoogleAuthenticatorRails.destroy` method requires the current domain as specified on https://api.rubyonrails.org/classes/ActionDispatch/Cookies.html I will send a PR...
After using st like: ``` .main-nav { @include navbar($layout: 'fluid-fixed'); } ``` pops up `Sass::SyntaxError Undefined variable: "$breakpoint-1px".` Instead, using st like: ``` .main-nav { @include navbar(); } ``` works...