File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
SBOLCanvasFrontend/src/app Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11< h1 mat-dialog-title > An error has occurred.</ h1 >
2- < mat-expansion-panel >
2+ < mat-expansion-panel [expanded] =" true " >
33 < mat-expansion-panel-header >
44
55 < mat-panel-description >
6- Click to view more details .
6+ Click to see less Details .
77 </ mat-panel-description >
88 </ mat-expansion-panel-header >
99
Original file line number Diff line number Diff line change @@ -40,14 +40,11 @@ intercept(
4040
4141 if ( isPermissionException ) {
4242 const serverParam = req . params ?. get ( 'server' ) || '' ;
43- console . log ( 'whatup1' ) ;
4443 this . loginService . forceLogout ( serverParam ) ;
45- console . log ( 'whatup2' ) ;
4644
4745 const serverLabel = serverParam || 'the registry' ;
4846 const message = `Disconnected from ${ serverLabel } . Please sign in again.` ;
4947 ! this . ignoreHTTPErrors && this . dialog . open ( ErrorComponent , { data : message } ) ;
50- console . log ( 'whatup3' ) ;
5148 }
5249 }
5350 return throwError ( err ) ;
You can’t perform that action at this time.
0 commit comments