We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4eab2e commit c3d909aCopy full SHA for c3d909a
auth.go
@@ -24,7 +24,7 @@ func Auth(update httprouter.Handle) httprouter.Handle {
24
if err != nil {
25
log.WithFields(log.Fields{"error": "json_error", "string": err.Error()}).Error("Decode error")
26
} else {
27
- getPassFromRequest(r, &postData)
+ getPassFromRequest(r, postData)
28
}
29
subdomain, err := getValidSubdomain(postData.Subdomain)
30
0 commit comments