From a097d813abdf90105716f965e8c19faf0d3bb3cc Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Wed, 31 Jan 2024 12:03:28 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Update=20microsoft=20ident?= =?UTF-8?q?ity=20association?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.well-known/microsoft-identity-association.json | 7 +++++++ .../public/.well-known/microsoft-identity-association.json | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 apps/landing/.well-known/microsoft-identity-association.json delete mode 100644 apps/web/public/.well-known/microsoft-identity-association.json diff --git a/apps/landing/.well-known/microsoft-identity-association.json b/apps/landing/.well-known/microsoft-identity-association.json new file mode 100644 index 000000000..bff9ca94a --- /dev/null +++ b/apps/landing/.well-known/microsoft-identity-association.json @@ -0,0 +1,7 @@ +{ + "associatedApplications": [ + { + "applicationId": "8a0e84e2-4719-4a04-ab6d-30a95a6371d7" + } + ] +} diff --git a/apps/web/public/.well-known/microsoft-identity-association.json b/apps/web/public/.well-known/microsoft-identity-association.json deleted file mode 100644 index af7bd5eb1..000000000 --- a/apps/web/public/.well-known/microsoft-identity-association.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "associatedApplications": [ - { - "applicationId": "98af69f0-8d6c-49fe-9e1d-236e7944d004" - } - ] -}