Files
PasswordManager/node_modules/@azure/identity/dist/browser/util/authHostEnv-browser.mjs
RochesterX 6e820464d5 Initial
2025-11-12 10:13:24 -05:00

7 lines
317 B
JavaScript

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
const BrowserNotSupportedError = new Error("getAuthorityHostEnvironment is not supported in the browser.");
export function getAuthorityHostEnvironment() {
throw BrowserNotSupportedError;
}
//# sourceMappingURL=authHostEnv-browser.mjs.map