Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit dae4dcd6 authored by Simon Chan's avatar Simon Chan
Browse files

fix(credential): fix usage in worker

parent 08910a85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}`,
        };
    }