Skip to content

Commit

Permalink
Display the DID in the menu when no profile exists
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Nov 6, 2024
1 parent 03983e9 commit c17f388
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/app/layout/layout.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ <h2>{{ profileService.current().name }}</h2>
{{ identity.did | did }}<br />
@if (identity.identity) {
{{ identity.identity.metadata.name }}<br />
} }
} } @else {
{{ identity.did | did }}
}
</div>
</div>

Expand Down

0 comments on commit c17f388

Please sign in to comment.