File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
projects/fusio-sdk/src/lib/component/login Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ <h1 *ngIf="title" class="p-3 m-0 lead">Login</h1>
2020 < span *ngIf ="loading " class ="spinner-border spinner-border-sm " role ="status " aria-hidden ="true "> </ span >
2121 Login
2222 </ button >
23+ < span class ="float-end " style ="font-size:14px; "> < a routerLink ="/password/reset "> Password reset</ a > </ span >
2324 < div class ="me-2 " *ngIf ="identity?.totalResults > 0 ">
2425 < hr >
2526 < div class ="d-grid gap-2 ">
2627 < a *ngFor ="let identity of identity?.entry " class ="btn btn-secondary " [href] ="buildUrl(identity) "> < i class ="bi {{identity.icon}} "> </ i > {{identity.name}}</ a >
2728 </ div >
2829 </ div >
29- < span class ="float-end "> < a routerLink ="/password/reset "> Password reset</ a > </ span >
3030 </ form >
3131 </ div >
3232 < div class ="text-end p-2 fw-light bg-light border-top ">
You can’t perform that action at this time.
0 commit comments