Skip to content

Commit

Permalink
🐛 fix: Fix env typo of MS Entra ID (lobehub#4651)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStudio authored Nov 9, 2024
1 parent fdd8f8e commit f145252
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { authEnv } from '@/config/auth';

function getTenantId() {
return (
process.env.MICROSOFT_ENTRA_ID_TENANT_ID ??
process.env.AUTH_MICROSOFT_ENTRA_ID_TENANT_ID ??
process.env.AUTH_AZURE_AD_TENANT_ID ??
authEnv.AZURE_AD_TENANT_ID
);
Expand Down

0 comments on commit f145252

Please sign in to comment.