Skip to content

Instantly share code, notes, and snippets.

View Luspin's full-sized avatar

Luís Pinto Luspin

  • Microsoft
  • Oeiras
View GitHub Profile
@Luspin
Luspin / taskpane.js
Created January 31, 2025 12:20
2501240030006608
/*
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
* See LICENSE in the project root for license information.
*/
/* global document, Office */
import { createNestablePublicClientApplication } from "@azure/msal-browser";
let pca = undefined;