Fix auth dialog for the $token
This commit is contained in:
parent
9a61903d28
commit
82229fd8c8
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@
|
||||||
</div>
|
</div>
|
||||||
</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">
|
shown="!!shownToken" counter="shownTokenCounter">
|
||||||
<i class="fa fa-key"></i> {{ shownToken.friendlyName }}
|
<i class="fa fa-key"></i> {{ shownToken.friendlyName }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue