From ab34d7e4defbf900852769714a394074af875dbe Mon Sep 17 00:00:00 2001 From: Quentin BERTRAND Date: Wed, 6 Sep 2023 22:32:06 +0200 Subject: [PATCH] refactor: refactor the `lib/index.js` file - The `lib/index.js` file was modified in this commit. Signed-off-by: Quentin BERTRAND --- internal/pritunl/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pritunl/server.go b/internal/pritunl/server.go index 94ae1de..cff5776 100644 --- a/internal/pritunl/server.go +++ b/internal/pritunl/server.go @@ -56,7 +56,7 @@ type Server struct { BlockOutsideDns bool `json:"block_outside_dns,omitempty"` JumboFrames bool `json:"jumbo_frames,omitempty"` Debug bool `json:"debug,omitempty"` - SsoAuth bool `json:"sso_auth"` + SsoAuth bool `json:"sso_auth"` Status string `json:"status,omitempty"` }