diff --git a/clientapi/routing/auth_fallback.go b/clientapi/routing/auth_fallback.go index 50dabd429..cd4530d1b 100644 --- a/clientapi/routing/auth_fallback.go +++ b/clientapi/routing/auth_fallback.go @@ -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( w http.ResponseWriter, req *http.Request, authType string, cfg config.Dendrite,