Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 13b68be

Browse files
committed
a
1 parent 406df33 commit 13b68be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Frontend/Jp.AdminUI/src/app/panel/users/logins/user-logins.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export class UserLoginsComponent implements OnInit {
4141
public ngOnInit() {
4242
this.route.params.pipe(tap(p => this.userName = p["username"])).pipe(map(p => p["username"])).pipe(flatMap(m => this.userService.getUserLogins(m.toString()))).subscribe(result => this.logins = result.data);
4343
this.errors = [];
44+
this.logins = [];
4445
this.showButtonLoading = false;
4546
}
4647

0 commit comments

Comments
 (0)