Fix avatarUrl use

This commit is contained in:
Girish Ramakrishnan
2019-05-10 09:27:43 -07:00
parent 7df0ae0ba3
commit 3d8ec5531c

View File

@@ -69,7 +69,7 @@
<div class="wrapper">
<div class="content">
<img ng-src="avatarUrl" width="128" height="128" onerror="this.src = '/img/logo.png'"/>
<img ng-src="{{avatarUrl}}" width="128" height="128" onerror="this.src = '/img/logo.png'"/>
<h1> Cloudron </h1>
<div>
<h3> <i class="far fa-frown fa-fw text-danger"></i> Something has gone wrong </h3>