1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/app/frontend/templates/dashboard/proof_of_identity_files.html

14 lines
300 B
HTML

<div>
<section class="heading">
<div class="row no-gutter">
<ng-include src="'/dashboard/nav.html'"></ng-include>
</div>
</section>
<div class="row no-gutter">
<proof-of-identity-files current-user="currentUser" on-success="onSuccess" on-error="onError" />
</div>
</div>