Skip to content

Commit

Permalink
refactor: refactor the lib/index.js file
Browse files Browse the repository at this point in the history
- The `lib/index.js` file was modified in this commit.

Signed-off-by: Quentin BERTRAND <[email protected]>
  • Loading branch information
QuentinBtd committed Sep 6, 2023
1 parent 37b13be commit ab34d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pritunl/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit ab34d7e

Please sign in to comment.