pull/314/head
Darien Raymond 8 years ago
parent 3d167a6855
commit 80312627c4
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -104,7 +104,7 @@ func (this *HTTPAuthenticatorResponse) Build() (*http.ResponseConfig, error) {
}
if this.Status != nil || this.Reason != nil {
config.Status = http.Status{
config.Status = &http.Status{
Code: "200",
Reason: "OK",
}

Loading…
Cancel
Save