Refactoring
This commit is contained in:
@@ -16,6 +16,10 @@ const msalInstance: PublicClientApplication = new PublicClientApplication({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log(msalInstance);
|
||||||
|
|
||||||
|
console.log('ClientId :' + import.meta.env.VITE_CLIENT_ID)
|
||||||
|
|
||||||
msalInstance.initialize().then(() => {
|
msalInstance.initialize().then(() => {
|
||||||
ReactDOM.createRoot(document.getElementById('root')!).render(
|
ReactDOM.createRoot(document.getElementById('root')!).render(
|
||||||
<React.StrictMode>
|
<React.StrictMode>
|
||||||
|
|||||||
Reference in New Issue
Block a user