diff --git a/clientapi/routing/auth_fallback.go b/clientapi/routing/auth_fallback.go index 195b891c2..59be822ca 100644 --- a/clientapi/routing/auth_fallback.go +++ b/clientapi/routing/auth_fallback.go @@ -1,4 +1,4 @@ -// Copyright 2017 Vector Creations Ltd +// Copyright 2019 Parminder Singh // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -25,8 +25,8 @@ import ( "github.com/matrix-org/util" ) -// RecaptchaTemplate is template for recaptcha auth -const RecaptchaTemplate = ` +// recaptchaTemplate is an HTML webpage template for recaptcha auth +const recaptchaTemplate = ` Authentication @@ -35,7 +35,6 @@ const RecaptchaTemplate = ` - -
+

Hello! We need to prevent computer programs and other automated @@ -52,9 +51,9 @@ function captchaDone() {

Please verify that you're not a robot.

- +