aimpress-chatbot/node_modules/@azure/msal-browser/dist/error/NativeAuthErrorCodes.mjs
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00

11 lines
327 B
JavaScript

/*! @azure/msal-browser v4.11.0 2025-04-16 */
'use strict';
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
const contentError = "ContentError";
const userSwitch = "user_switch";
export { contentError, userSwitch };
//# sourceMappingURL=NativeAuthErrorCodes.mjs.map