Skip to content

Commit

Permalink
fix: update login test flow data when user clicks on multiple edit au…
Browse files Browse the repository at this point in the history
…th token button
  • Loading branch information
TangoBeeAkto committed Dec 24, 2024
1 parent 74bbddc commit fba5ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function JsonRecording({extractInformation, showOnlyApi, setStoreData}) {
} else {
return;
}
}, [])
}, [authMechanism])

const inputRef = useRef(null);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function LoginStepBuilder({extractInformation, showOnlyApi, setStoreData}) {
}else{
return;
}
}, [])
}, [authMechanism])

const stepOptions = [
{ label: "Call API", value: "LOGIN_FORM" },
Expand Down

0 comments on commit fba5ee3

Please sign in to comment.