Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Fix for empty param
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Gullmark committed Jan 29, 2019
1 parent 607dcd5 commit 7b67832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExilenceClient/src/app/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ export class LoginComponent implements OnInit, OnDestroy {
});
}

validateSessionId(league: string) {
validateSessionId() {
const form = this.getFormObj();
this.getLeagues(form.accountName, false, true);
}
Expand Down

0 comments on commit 7b67832

Please sign in to comment.