mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 11:23:10 +02:00
Bug/connection mode fixes (#5998)
This commit is contained in:
@@ -441,7 +441,7 @@ const licenseService = {
|
||||
*/
|
||||
async getLicenseInfo(): Promise<LicenseInfo> {
|
||||
try {
|
||||
const response = await apiClient.get('/api/v1/admin/license-info');
|
||||
const response = await apiClient.get('/api/v1/admin/license-info', { suppressErrorToast: true });
|
||||
return response.data;
|
||||
} catch (error) {
|
||||
console.error('Error fetching license info:', error);
|
||||
|
||||
Reference in New Issue
Block a user