Skip to content

Commit

Permalink
fix(credential): fix usage in worker
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Aug 23, 2023
1 parent 08910a8 commit dae4dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/adb-credential-web/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default class AdbWebCredentialStore implements AdbCredentialStore {

return {
buffer: privateKey,
name: `${this.#appName}@${window.location.hostname}`,
name: `${this.#appName}@${globalThis.location.hostname}`,
};
}

Expand Down

0 comments on commit dae4dcd

Please sign in to comment.