From 65f5404565d60a51da4dca11b9816f0776dba48b Mon Sep 17 00:00:00 2001
From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
Date: Tue, 12 Dec 2023 14:31:20 -0500
Subject: [PATCH] Fix link on Windows automatic enrollment page (#15580)
For this bug: #15566
- Add redirect so that we can change the link later w/o breaking it
---
.../WindowsAutomaticEnrollmentPage.tsx | 2 +-
website/config/routes.js | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/WindowsAutomaticEnrollmentPage/WindowsAutomaticEnrollmentPage.tsx b/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/WindowsAutomaticEnrollmentPage/WindowsAutomaticEnrollmentPage.tsx
index 80743fe5ba..ec8e50b7b1 100644
--- a/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/WindowsAutomaticEnrollmentPage/WindowsAutomaticEnrollmentPage.tsx
+++ b/frontend/pages/admin/IntegrationsPage/cards/AutomaticEnrollment/WindowsAutomaticEnrollmentPage/WindowsAutomaticEnrollmentPage.tsx
@@ -50,7 +50,7 @@ const WindowsAutomaticEnrollmentPage = () => {