Skip to content

Commit

Permalink
fix autofill bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydangblog authored and getify committed Mar 15, 2024
1 parent 85ebb73 commit 7f4ce3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ async function promptProvideAuth() {
catch (err) {
logError(err);
Swal.showValidationMessage("Oops, authentication didn't work, please try again.");
startAuthAutofill().catch(logError);
return false;
}
},
Expand Down

0 comments on commit 7f4ce3d

Please sign in to comment.