@authpack/theme
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -64,7 +64,12 @@ "use strict"; | ||
} | ||
toaster.add({ | ||
icon: e.icon || 'bell', | ||
label: e.status || 'Error', | ||
helper: e.message, | ||
}); | ||
if (e.code === 503) { | ||
console.warn('Error connecting to server'); | ||
} | ||
else { | ||
toaster.add({ | ||
icon: e.icon || 'bell', | ||
label: e.status || 'Error', | ||
helper: e.message, | ||
}); | ||
} | ||
return Promise.reject(e); | ||
@@ -71,0 +76,0 @@ }) |
{ | ||
"name": "@authpack/theme", | ||
"private": false, | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "Theme for Authpack.", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
263236
4571