From 16c16371f441f096ad366d367c7e70d17cdf96ad Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 5 Jan 2018 14:10:54 -0500 Subject: [PATCH] Have the credentials dialog use the title, if one is specified --- static/directives/credentials-dialog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/directives/credentials-dialog.html b/static/directives/credentials-dialog.html index 2707c0971..53672d9b3 100644 --- a/static/directives/credentials-dialog.html +++ b/static/directives/credentials-dialog.html @@ -37,7 +37,7 @@

- Credentials for {{ credentials.username }} + Credentials for {{ credentials.title || credentials.username }}