Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
105th committed Aug 20, 2021
1 parent c209637 commit 5e58c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/home/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ type tlsConfig struct {
func (t *TLSMod) handleTLSStatus(w http.ResponseWriter, _ *http.Request) {
t.confLock.Lock()
data := tlsConfig{
tlsConfigStatus: t.status,
tlsConfigSettings: t.conf,
tlsConfigStatus: t.status,
}
t.confLock.Unlock()
hidePrivateKey := data.PrivateKey != ""
Expand Down

0 comments on commit 5e58c3e

Please sign in to comment.