You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoreService.toastWarning(gettextCatalog.getString('Error 401 received'),gettextCatalog.getString('We received a 401 error from the API! Redirecting to login'));
21
+
CoreService.toastWarning('Error 401 received','We received a 401 error from the API! Redirecting to login');
CoreService.toastError(gettextCatalog.getString('Connection Refused'),gettextCatalog.getString('The connection to the API is refused. Please verify that the API is running!'));
34
+
CoreService.toastError('Connection Refused','The connection to the API is refused. Please verify that the API is running!');
0 commit comments