From d7b87b1d78941c15fd9d967cc73998800487f968 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 20 Apr 2025 16:47:22 +0200 Subject: Show requested scopes on auth page --- VPNAuth.Server/Pages/Auth.cshtml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/VPNAuth.Server/Pages/Auth.cshtml b/VPNAuth.Server/Pages/Auth.cshtml index 5ac8efe..9017445 100644 --- a/VPNAuth.Server/Pages/Auth.cshtml +++ b/VPNAuth.Server/Pages/Auth.cshtml @@ -20,6 +20,14 @@

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


+

Requested Scopes:

+ +

You are logged in as @Model.User?.Username.

} -- cgit v1.2.3