merge v2
This commit is contained in:
parent
c1f520fbc5
commit
1fc3e040e7
@ -54,7 +54,7 @@ export class SignInComponent implements OnDestroy, OnInit {
|
||||
this.store.dispatch(new AddUserId({userId: success}));
|
||||
//TODO zmienić na jedna linie
|
||||
if (role === 'player') {
|
||||
this.router.navigate([role]);
|
||||
this.router.navigate(['select-character']);
|
||||
} else {
|
||||
this.router.navigate([role]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user