comment change

Co-Authored-By: Alex Chen <Cnly@users.noreply.github.com>
This commit is contained in:
Parminder Singh 2019-08-14 22:50:30 +05:30 committed by GitHub
parent bc12533bc0
commit a6b6d3b05f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ func serveTemplate(w http.ResponseWriter, templateHTML string, data map[string]s
} }
} }
// AuthFallback implements GET /auth/{authType}/fallback/web?session={sessionID} // AuthFallback implements GET and POST /auth/{authType}/fallback/web?session={sessionID}
func AuthFallback( func AuthFallback(
w http.ResponseWriter, req *http.Request, authType string, w http.ResponseWriter, req *http.Request, authType string,
cfg config.Dendrite, cfg config.Dendrite,