From c3b21591d9105e78012ca3f397b5c3df21735a58 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 26 Apr 2025 20:10:38 +0200 Subject: Make pages responsive --- VPNAuth.Server/Pages/Auth.cshtml | 1 + VPNAuth.Server/Pages/Dashboard.cshtml | 1 + 2 files changed, 2 insertions(+) (limited to 'VPNAuth.Server/Pages') diff --git a/VPNAuth.Server/Pages/Auth.cshtml b/VPNAuth.Server/Pages/Auth.cshtml index a402236..3b7c7c8 100644 --- a/VPNAuth.Server/Pages/Auth.cshtml +++ b/VPNAuth.Server/Pages/Auth.cshtml @@ -11,6 +11,7 @@ VPNAuth - Auth +

Authorization

diff --git a/VPNAuth.Server/Pages/Dashboard.cshtml b/VPNAuth.Server/Pages/Dashboard.cshtml index f0fea84..68caf8e 100644 --- a/VPNAuth.Server/Pages/Dashboard.cshtml +++ b/VPNAuth.Server/Pages/Dashboard.cshtml @@ -22,6 +22,7 @@ VPNAuth - Dashboard + @if (configUser == null) -- cgit v1.2.3