From 76571e36578863c191d3298fcc5e3bc1300a2e49 Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Sun, 7 Jun 2026 01:48:43 -0400 Subject: [PATCH] Development --- docker/routlin-dash/app/pages/clientcredentials/content.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/routlin-dash/app/pages/clientcredentials/content.json b/docker/routlin-dash/app/pages/clientcredentials/content.json index 9024da4..cddc301 100644 --- a/docker/routlin-dash/app/pages/clientcredentials/content.json +++ b/docker/routlin-dash/app/pages/clientcredentials/content.json @@ -132,6 +132,7 @@ "name": "user_type", "input_type": "select", "options": [ + {"value": "", "label": "-- Select User Type --"}, {"value": "0", "label": "Captive Portal"}, {"value": "1", "label": "802.1X Supplicant"} ]