From fd6636a720b759bea131adec22dac5f39f4b71a1 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 21 Apr 2025 16:15:39 +0200 Subject: Update user interface --- VPNAuth.Server/Pages/Auth.cshtml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'VPNAuth.Server/Pages/Auth.cshtml') diff --git a/VPNAuth.Server/Pages/Auth.cshtml b/VPNAuth.Server/Pages/Auth.cshtml index 9017445..a402236 100644 --- a/VPNAuth.Server/Pages/Auth.cshtml +++ b/VPNAuth.Server/Pages/Auth.cshtml @@ -10,30 +10,37 @@ VPNAuth - Auth + - +

Authorization

-

VPNAuth

@if (Model.ValidRequest) {
-

Do you want to log into @Request.Query["client_id"]?

- -
-

Requested Scopes:

-
} else { Invalid request. } + + -- cgit v1.2.3