Fix auth dialog for the $token

This commit is contained in:
Joseph Schorr 2013-12-03 16:53:49 -05:00
parent 9a61903d28
commit 82229fd8c8

View file

@ -241,7 +241,7 @@
</div>
</div>
<div class="docker-auth-dialog" username="shownToken.friendlyName" token="shownToken.code"
<div class="docker-auth-dialog" username="'$token'" token="shownToken.code"
shown="!!shownToken" counter="shownTokenCounter">
<i class="fa fa-key"></i> {{ shownToken.friendlyName }}
</div>