From 78db1b3dce3e79cac6724242c68be956ee10989b Mon Sep 17 00:00:00 2001 From: Parminder Singh Date: Wed, 14 Aug 2019 16:54:29 +0530 Subject: [PATCH] Update comment for route 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 4c7c81684..dc90b666f 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 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,