diff --git a/backend/app/cmd/server.go b/backend/app/cmd/server.go index 0cce213a..b736b0a4 100644 --- a/backend/app/cmd/server.go +++ b/backend/app/cmd/server.go @@ -521,12 +521,21 @@ func (s *ServerCommand) makeCache() (cache.LoadingCache, error) { } var msgTemplate = ` - - -Remark42 confirmation for {{.User}} {{.Address}}, site {{.Site}} -

Token: {{.Token}}

- - + + + +
+

Remark42

+

Confirmation for {{.User}} on site {{.Site}}

+
+

TOKEN

+

Copy and paste this text into “token” field on comments page

+

{{.Token}}

+
+

Sent to {{.Address}}

+
+ + ` func (s *ServerCommand) addAuthProviders(authenticator *auth.Service) {