Save Bill Works
This commit is contained in:
@ -25,7 +25,9 @@ export class HttpAuthInterceptor implements HttpInterceptor {
|
||||
width: '250px',
|
||||
data: {
|
||||
title: 'Logged out!',
|
||||
content: 'You have been logged out.\nYou can press Cancel to stay on page and login in another tab to resume here, or you can press Ok to navigate to the login page.'
|
||||
content: 'You have been logged out.\n' +
|
||||
'You can press Cancel to stay on page and login in another tab to resume here,' +
|
||||
' or you can press Ok to navigate to the login page.'
|
||||
}
|
||||
});
|
||||
dialogRef.afterClosed().subscribe((result: boolean) => {
|
||||
|
||||
Reference in New Issue
Block a user