mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 19:33:09 -06:00
Update comment for route
Co-Authored-By: Alex Chen <Cnly@users.noreply.github.com>
This commit is contained in:
parent
b50455ee61
commit
78db1b3dce
|
|
@ -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(
|
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