Skip to content

Commit

Permalink
Update locust, fix recognitions
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Mar 26, 2024
1 parent 6d2e160 commit 51646b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@blueprintjs/icons": "^4.16.0",
"@blueprintjs/popover2": "^1.14.11",
"@buttercup/channel-queue": "^1.4.0",
"@buttercup/locust": "^2.2.0",
"@buttercup/locust": "^2.2.1",
"@buttercup/ui": "^6.2.2",
"@types/chrome": "^0.0.251",
"@types/ms": "^0.7.34",
Expand Down
1 change: 1 addition & 0 deletions source/tab/services/formDetection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export function waitAndAttachLaunchButtons(
) {
onIdentifiedTarget((loginTarget: LoginTarget) => {
const { otpField, usernameField, passwordField } = loginTarget;
console.log("FOUND TARGET", loginTarget);
if (otpField) {
attachLaunchButton(otpField, (el) => onInputActivate(el, loginTarget, InputType.OTP));
}
Expand Down

0 comments on commit 51646b2

Please sign in to comment.