File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " mcss-remote-panel" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.1 " ,
44 "scripts" : {
55 "dev" : " svelte-kit dev" ,
66 "build" : " svelte-kit build" ,
Original file line number Diff line number Diff line change 4444 console .log (data );
4545 })
4646 .catch ((error ) => {
47- if (error .status === 403 ) {
47+ if (error .status === 401 ) {
4848 logout ();
4949 }
5050 });
Original file line number Diff line number Diff line change 106106 }
107107 })
108108 .catch ((error ) => {
109- if (error .status === 403 ) {
109+ if (error .status === 401 ) {
110110 logout ();
111111 } else if (! error .status ) {
112112 $isOffline = true ;
Original file line number Diff line number Diff line change 5151 console .log (server );
5252 })
5353 .catch ((error ) => {
54- if (error .status === 403 ) {
54+ if (error .status === 401 ) {
5555 logout ();
5656 } else if (! error .status ) {
5757 $isOffline = true ;
Original file line number Diff line number Diff line change 7474 }
7575 })
7676 .catch ((error ) => {
77- if (error .status === 403 ) {
77+ if (error .status === 401 ) {
7878 logout ();
7979 } else if (! error .status ) {
8080 $isOffline = true ;
You can’t perform that action at this time.
0 commit comments