Skip to content

Commit

Permalink
fix(webfinger): add missing title
Browse files Browse the repository at this point in the history
  • Loading branch information
huynvn97 committed Sep 30, 2024
1 parent 63cf39b commit 2060e4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/webfinger/webfinger.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<div *ngIf="webfingerConfig" class="page-content-detail px-0">
<h2 class="page-title mb-3" translate>Webfinger.Webfinger</h2>

<div class="card custom-card-client-detail my-2 px-0" *ngFor="let mail of getMailKeys()">
<div class="card-header">
{{mail}}
Expand Down

0 comments on commit 2060e4c

Please sign in to comment.