Skip to content

Commit dab91e2

Browse files
committed
fix button
1 parent 2d074bb commit dab91e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/fusio-sdk/src/lib/component/login/login.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)