]> cat aescling's git repositories - mastodon.git/commit
Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled (#1278)
authorEugen <eugen@zeonfederated.com>
Sat, 8 Apr 2017 20:20:08 +0000 (22:20 +0200)
committerGitHub <noreply@github.com>
Sat, 8 Apr 2017 20:20:08 +0000 (22:20 +0200)
commit9acdb166e8871632f592bfcd2386dfc288d81a07
tree3ab00999fc01fee2146c70aef2016dbf29939196
parent470eb0042ea99e0632ccc62a0b7c01e910f70491
Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled (#1278)

* Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled
TOTP secret is not shown again after 2FA is enabled

* Clean up
app/assets/stylesheets/forms.scss
app/controllers/settings/two_factor_auths_controller.rb
app/models/form/two_factor_confirmation.rb [new file with mode: 0644]
app/views/settings/two_factor_auths/new.html.haml [new file with mode: 0644]
app/views/settings/two_factor_auths/show.html.haml
config/locales/en.yml
config/navigation.rb
config/routes.rb