Fix avatarUrl use
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user