diff options
Diffstat (limited to 'web/template/oob.tmpl')
-rw-r--r-- | web/template/oob.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/oob.tmpl b/web/template/oob.tmpl index ff36582e7..05a639ec0 100644 --- a/web/template/oob.tmpl +++ b/web/template/oob.tmpl @@ -20,7 +20,7 @@ {{- with . }} <main> <section class="oob-token"> - <h1>Hi {{ .user -}}!</h1> + <h1>Hi <b>{{- .user -}}</b>!</h1> <p>Here's your out-of-band token with scope "<em>{{- .scope -}}</em>", use it wisely:</p> <code>{{- .oobToken -}}</code> </section> |