Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
8a5560ec8f
commit
4fb52385a8
|
@ -1,8 +1,8 @@
|
|||
|
||||
<h2>{{$title}}</h2>
|
||||
|
||||
<div class='oauthapp'>
|
||||
{{if {{$app.icon}}}}<img src='{{$app.icon}}'>{{/if}}
|
||||
<div class="oauthapp">
|
||||
{{if $app.icon}}<img src="{{$app.icon}}" alt="">{{/if}}
|
||||
<h3>{{$app.name}}</h3>
|
||||
</div>
|
||||
<p>{{$authorize}}</p>
|
||||
|
|
Loading…
Reference in a new issue