Skip to content

Commit

Permalink
fix: call credentials flow call first, and then close parent
Browse files Browse the repository at this point in the history
  • Loading branch information
dbajpeyi committed Dec 17, 2024
1 parent e14501e commit b4c96d2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/autofill-debug.js

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

2 changes: 1 addition & 1 deletion dist/autofill.js

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

2 changes: 1 addition & 1 deletion src/CredentialsImport.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ class CredentialsImport {
}

async started() {
this.device.deviceApi.notify(new CloseAutofillParentCall(null));
this.device.deviceApi.notify(new StartCredentialsImportFlowCall({}));
this.device.deviceApi.notify(new CloseAutofillParentCall(null));
}

async dismissed() {
Expand Down
2 changes: 1 addition & 1 deletion swift-package/Resources/assets/autofill-debug.js

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

2 changes: 1 addition & 1 deletion swift-package/Resources/assets/autofill.js

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

0 comments on commit b4c96d2

Please sign in to comment.