-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove 'create' action from BackupCodeSetupController (#10088)
changelog: User-Facing Improvements, MFA, Remove backup code pre-warning from setup flow
- Loading branch information
1 parent
a5c23dc
commit add15b5
Showing
7 changed files
with
2 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<%= render ButtonComponent.new( | ||
url: backup_code_create_path, | ||
url: backup_code_setup_path, | ||
icon: :add, | ||
class: 'usa-button usa-button--outline margin-top-2', | ||
).with_content(t('forms.backup_code.generate')) %> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 0 additions & 59 deletions
59
spec/views/users/backup_code_setup/create.html.erb_spec.rb
This file was deleted.
Oops, something went wrong.