Fixed incorrect cache path.

This commit is contained in:
2026-02-07 09:52:55 +01:00
parent e4ffd25379
commit f5b83e6515

View File

@@ -13,7 +13,7 @@ import {
async function createPca({ tenantId, clientId }) {
const cachePath = path.join(
Environment.getUserRootDirectory(),
"sk-az-tools",
".config/sk-az-tools",
`${clientId}-msal.cache`,
);