Merge branch 'ben/fix/error-messages' into ben/feature/push-notifications
This commit is contained in:
commit
0d4ec82ed0
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export class AppModule {
|
||||||
result => {
|
result => {
|
||||||
},
|
},
|
||||||
error => {
|
error => {
|
||||||
document.location = '#/500';
|
document.location.href = '#/500';
|
||||||
throw new Error('Server connection fail');
|
throw new Error('Server connection fail');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Reference in a new issue