Skip to content

Commit

Permalink
fix(verification): allow profile button on verification page
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuher committed Jan 29, 2025
1 parent 11c4ab2 commit 1a7a3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/verification/verification.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<app-toolbar>
<app-toolbar [hideProfile]="false">
<ng-container ngProjectAs="left-actions">
<app-button-icon icon="arrow_back" routerLink="/"></app-button-icon>
</ng-container>
Expand Down

0 comments on commit 1a7a3a4

Please sign in to comment.