From 51af7d2ce47a3a4a2807964bb6c8a4e0e2645676 Mon Sep 17 00:00:00 2001 From: Bolke de Bruin <bolke@xs4all.nl> Date: Thu, 8 Sep 2022 09:45:35 +0200 Subject: [PATCH] Fix enum --- cmd/rdpgw/web/rdp.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/rdpgw/web/rdp.go b/cmd/rdpgw/web/rdp.go index 179b62f..bd4be8e 100644 --- a/cmd/rdpgw/web/rdp.go +++ b/cmd/rdpgw/web/rdp.go @@ -17,6 +17,7 @@ const ( SourceNTLM int = iota SourceSmartCard SourceCurrent + SourceBasic SourceUserSelect SourceCookie ) -- GitLab