fix small mistakes

This commit is contained in:
Thomas Schuster
2024-05-26 16:52:53 +02:00
parent fc97735703
commit bc3ec3cc54
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -95,6 +95,7 @@ declare global {
// Azure AD B2C
NEXT_PUBLIC_AZURE_AD_B2C_ENABLED?: string;
AZURE_AD_B2C_CUSTOM_NAME?: string;
AZURE_AD_B2C_TENANT_NAME?: string;
AZURE_AD_B2C_CLIENT_ID?: string;
AZURE_AD_B2C_CLIENT_SECRET?: string;
@@ -102,6 +103,7 @@ declare global {
// Azure AD
NEXT_PUBLIC_AZURE_AD_ENABLED?: string;
AZURE_AD_CUSTOM_NAME?: string;
AZURE_AD_CLIENT_ID?: string;
AZURE_AD_CLIENT_SECRET?: string;
AZURE_AD_TENANT_ID?: string;