change login path

This commit is contained in:
Łukasz Góreczny 2020-12-21 13:40:11 +01:00
parent 0de41a2ce8
commit 441e09a12f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export class SignInComponent implements OnDestroy {
this.signInFormGroup.get('signIn').value['username'],
this.signInFormGroup.get('signIn').value['password']).subscribe(
(success) => {
this.router.navigate(['player']);
this.router.navigate(['select-character']);
},
(error: ErrorResponse | HttpErrorResponse) => {
if (error instanceof HttpErrorResponse) {