From a6b6d3b05fd3114276db2ec14391945d14a5b3c5 Mon Sep 17 00:00:00 2001 From: Parminder Singh Date: Wed, 14 Aug 2019 22:50:30 +0530 Subject: [PATCH] comment change Co-Authored-By: Alex Chen --- clientapi/routing/auth_fallback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,