remove extra w.WriteHeader call (#2158)

This commit is contained in:
Matt Owens 2022-10-02 16:47:38 -04:00 committed by GitHub
parent f7ced7bb58
commit 39327f6b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,5 +98,4 @@ func VerifyFediverseOTPRequest(w http.ResponseWriter, r *http.Request) {
}
controllers.WriteSimpleResponse(w, true, "")
w.WriteHeader(http.StatusOK)
}