Merge remote-tracking branch 'origin/release/7.4' into dev

pull/6827/head
Oliver Günther 7 years ago
commit 3365793e5a
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 3
      app/controllers/two_factor_authentication/my/two_factor_devices_controller.rb

@ -16,6 +16,9 @@ module ::TwoFactorAuthentication
before_action :check_password_confirmation,
only: [:make_default, :destroy]
# Delete remember token on destroy
before_action :clear_remember_token!, only: [:destroy]
layout 'my'
menu_item :two_factor_authentication

Loading…
Cancel
Save