mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Multi-factor authentication (#1817)
* Initial pass * Tests for MFA and locale cleanup * Brakeman * Update two-factor authentication status styling * Update app/models/user.rb Co-authored-by: Zach Gollwitzer <zach@maybe.co> Signed-off-by: Josh Pigford <josh@joshpigford.com> * Refactor MFA verification and session handling in tests --------- Signed-off-by: Josh Pigford <josh@joshpigford.com> Co-authored-by: Zach Gollwitzer <zach@maybe.co>
This commit is contained in:
4
app/controllers/settings/securities_controller.rb
Normal file
4
app/controllers/settings/securities_controller.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class Settings::SecuritiesController < SettingsController
|
||||
def show
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user