Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

LG-12030 Remove 'create' action from BackupCodeSetupController #10088

Merged
merged 1 commit into from
May 1, 2024

Conversation

kevinsmaster5
Copy link
Contributor

@kevinsmaster5 kevinsmaster5 commented Feb 15, 2024

馃帿 Ticket

LG-12030

馃洜 Summary of changes

Follow on PR for #10014
Removes create action, route and view. Update specs accordingly.

@kevinsmaster5 kevinsmaster5 changed the base branch from main to kmas-lg-12030-second-backup-code-warning February 16, 2024 13:44
@kevinsmaster5 kevinsmaster5 changed the title Remove 'create' action from BackupCodeSetupController LG-12030 Remove 'create' action from BackupCodeSetupController Feb 20, 2024
@kevinsmaster5 kevinsmaster5 force-pushed the kmas-lg-12030-second-backup-code-warning branch from 67d44af to 146cb85 Compare February 26, 2024 13:55
@kevinsmaster5 kevinsmaster5 force-pushed the kmas-lg-12030-second-backup-code-warning branch from 0c3605c to 871c65f Compare February 26, 2024 19:31
@kevinsmaster5 kevinsmaster5 force-pushed the kmas-lg-12030-second-backup-code-warning branch 2 times, most recently from c4bc096 to 0c12d42 Compare March 7, 2024 21:19
Base automatically changed from kmas-lg-12030-second-backup-code-warning to main March 13, 2024 14:32
app/views/accounts/actions/_generate_backup_codes.html.erb Outdated Show resolved Hide resolved
app/services/analytics_events.rb Show resolved Hide resolved
@@ -280,7 +280,6 @@
get '/backup_code_refreshed' => 'users/backup_code_setup#refreshed'
get '/backup_code_reminder' => 'users/backup_code_setup#reminder'
get '/backup_code_setup' => 'users/backup_code_setup#index'
patch '/backup_code_setup' => 'users/backup_code_setup#create', as: :backup_code_create
Copy link
Member

@aduth aduth Apr 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like we still have something directing to this page, as production logs show activity for PATCH /backup_code_setup, so this is not safe to remove yet. I'll investigate.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be fixed as of #10464, but will confirm once those changes go live in RC 374.

changelog: User-Facing Improvements, MFA, Remove backup code pre-warning from setup flow
@aduth aduth force-pushed the kmas-lg-12030-delete-create branch from 4eb5b28 to 3313d1c Compare April 23, 2024 16:33
@aduth
Copy link
Member

aduth commented Apr 23, 2024

I squashed and rebased the branch to resolve conflicts and bring this up to date with main.

@aduth aduth marked this pull request as ready for review April 23, 2024 16:33
@kevinsmaster5 kevinsmaster5 merged commit add15b5 into main May 1, 2024
2 checks passed
@kevinsmaster5 kevinsmaster5 deleted the kmas-lg-12030-delete-create branch May 1, 2024 12:48
samathad2023 pushed a commit that referenced this pull request May 11, 2024
changelog: User-Facing Improvements, MFA, Remove backup code pre-warning from setup flow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants