mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 03:13:11 -06:00
comment change
Co-Authored-By: Alex Chen <Cnly@users.noreply.github.com>
This commit is contained in:
parent
bc12533bc0
commit
a6b6d3b05f
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue