Skip to content

Conversation

fit2bot
Copy link
Contributor

@fit2bot fit2bot commented Mar 18, 2025

fix: add change_password_add to discover confirm handler

@fit2bot fit2bot requested a review from a team March 18, 2025 10:02
@@ -97,7 +97,7 @@ export default {
}
this.processing = true
this.$axios.post(`/api/v1/accounts/account-risks/handle/`, data).then(() => {
if (cmd === 'add_account') {
if (cmd === 'add_account' || cmd === 'change_password_add') {
this.row.present = true
}
if (cmd === 'ignore') {
Copy link
Member

Choose a reason for hiding this comment

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

There are no detected irregularities or potential issues with the provided code snippet, and it appears to follow standard JavaScript conventions.

This is an Axios HTTP post request which is common when processing API interactions in web applications. If more specific differences are needed based on context such as error handling, performance optimizations, etc., please specify.

@w940853815 w940853815 merged commit 082ecb1 into dev Mar 18, 2025
3 of 4 checks passed
@w940853815 w940853815 deleted the pr@dev@fix_change_password_add branch March 18, 2025 10:02
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants