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>
20
20
< span *ngIf ="loading " class ="spinner-border spinner-border-sm " role ="status " aria-hidden ="true "> </ span >
21
21
Login
22
22
</ button >
23
+ < span class ="float-end " style ="font-size:14px; "> < a routerLink ="/password/reset "> Password reset</ a > </ span >
23
24
< div class ="me-2 " *ngIf ="identity?.totalResults > 0 ">
24
25
< hr >
25
26
< div class ="d-grid gap-2 ">
26
27
< a *ngFor ="let identity of identity?.entry " class ="btn btn-secondary " [href] ="buildUrl(identity) "> < i class ="bi {{identity.icon}} "> </ i > {{identity.name}}</ a >
27
28
</ div >
28
29
</ div >
29
- < span class ="float-end "> < a routerLink ="/password/reset "> Password reset</ a > </ span >
30
30
</ form >
31
31
</ div >
32
32
< div class ="text-end p-2 fw-light bg-light border-top ">
You can’t perform that action at this time.
0 commit comments