Have the credentials dialog use the title, if one is specified

This commit is contained in:
Joseph Schorr 2018-01-05 14:10:54 -05:00
parent e77f4df37a
commit 16c16371f4

View file

@ -37,7 +37,7 @@
<!-- Tab contents -->
<cor-tab-content>
<h3>
Credentials for {{ credentials.username }}
Credentials for {{ credentials.title || credentials.username }}
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
</h3>