Merge branch 'ben/fix/error-messages' into ben/feature/push-notifications

This commit is contained in:
Ben Goldsworthy 2020-11-28 19:38:58 +00:00
commit 0d4ec82ed0

View file

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