SES-105 list of logged charcters #36
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user