@crowdin/app-project-module 0.105.0 → 0.105.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -277,9 +277,10 @@
277
277
  .then(localStorage.removeItem('revised_{{name}}'))
278
278
  .then(reloadLocation)
279
279
  .catch(e => {
280
+ const errorMessage = e.message || 'Credentials are not stored';
280
281
  loginButton.setAttribute('disabled', false);
281
282
  loginButton.setAttribute('is-loading', false);
282
- catchRejection(e, 'Credentials are not stored');
283
+ catchRejection(e, errorMessage);
283
284
  });
284
285
  }
285
286
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdin/app-project-module",
3
- "version": "0.105.0",
3
+ "version": "0.105.1",
4
4
  "description": "Module that generates for you all common endpoints for serving standalone Crowdin App",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",