forked from sh-edraft.de/sh_discord_bot
Added verify-login #70
This commit is contained in:
@@ -136,7 +136,7 @@ export class AuthUserComponent implements OnInit {
|
||||
loadNextPage() {
|
||||
this.authService.getFilteredUsers(this.searchCriterions).pipe(catchError(err => {
|
||||
this.loading = false;
|
||||
return throwError(err);
|
||||
return throwError(() => err);
|
||||
})).subscribe(list => {
|
||||
this.totalRecords = list.totalCount;
|
||||
this.users = list.users;
|
||||
|
Reference in New Issue
Block a user