Skip to content

Commit

Permalink
NetP now clears the auth token in the extension + small bug fix. (#1975)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1205416442924463/f

BSK PR: duckduckgo/BrowserServicesKit#491
macOS PR: duckduckgo/macos-browser#1588

## Description

Integrates some changes from BSK that make NetP now clear the auth token in the extension when `resetAllState` is called.
Also fixes a small bugfix with a callback not being called when it should.
  • Loading branch information
diegoreymendez authored Sep 5, 2023
1 parent c3ede72 commit bd1995e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8878,7 +8878,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 77.0.0;
version = 77.0.1;
};
};
C14882EB27F211A000D59F0C /* XCRemoteSwiftPackageReference "SwiftSoup" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/DuckDuckGo/BrowserServicesKit",
"state": {
"branch": null,
"revision": "2686bb24f1e9ba47e0348d612e467ec937d05f4e",
"version": "77.0.0"
"revision": "49da07aebed9b6f94bfc9aac1fc9f916485a1800",
"version": "77.0.1"
}
},
{
Expand Down

0 comments on commit bd1995e

Please sign in to comment.