From 2fe534a11b5547e141d557d03283d0b27db30d63 Mon Sep 17 00:00:00 2001 From: Pedro Ferreira <10789765+apedroferreira@users.noreply.github.com> Date: Thu, 8 Feb 2024 21:07:56 +0000 Subject: [PATCH] Remove Azure examples --- examples/auth/.env.example | 6 +----- examples/auth/package.json | 2 +- pnpm-lock.yaml | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/examples/auth/.env.example b/examples/auth/.env.example index 00906d101f7..4f3b70013de 100644 --- a/examples/auth/.env.example +++ b/examples/auth/.env.example @@ -4,8 +4,4 @@ TOOLPAD_GITHUB_CLIENT_ID= TOOLPAD_GITHUB_CLIENT_SECRET= TOOLPAD_GOOGLE_CLIENT_ID= -TOOLPAD_GOOGLE_CLIENT_SECRET= - -TOOLPAD_AZURE_AD_CLIENT_ID= -TOOLPAD_AZURE_AD_CLIENT_SECRET= -TOOLPAD_AZURE_AD_TENANT_ID= \ No newline at end of file +TOOLPAD_GOOGLE_CLIENT_SECRET= \ No newline at end of file diff --git a/examples/auth/package.json b/examples/auth/package.json index 4f0696380e4..f85f62923dc 100644 --- a/examples/auth/package.json +++ b/examples/auth/package.json @@ -8,6 +8,6 @@ "start": "toolpad start" }, "dependencies": { - "@mui/toolpad": "0.1.48" + "@mui/toolpad": "0.1.49" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 89e59544130..ac6dac4f31b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15281,4 +15281,4 @@ packages: - debug - encoding - supports-color - - utf-8-validate \ No newline at end of file + - utf-8-validate