Update comment for route

Co-Authored-By: Alex Chen <Cnly@users.noreply.github.com>
This commit is contained in:
Parminder Singh 2019-08-14 16:54:29 +05:30 committed by GitHub
parent b50455ee61
commit 78db1b3dce
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 on /auth/{authType}/fallback/web?session={sessionID}
// AuthFallback implements GET /auth/{authType}/fallback/web?session={sessionID}
func AuthFallback(
w http.ResponseWriter, req *http.Request, authType string,
cfg config.Dendrite,