SES-103 #38

Merged
s426134 merged 4 commits from SES-103 into dev 2020-12-21 17:00:11 +01:00
Showing only changes of commit 1fc3e040e7 - Show all commits

View File

@ -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]);
}