acsi-core 0.9.29 → 0.9.30
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.
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -2728,7 +2728,6 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
2728
2728
|
}, function () {
|
|
2729
2729
|
dispatch(setLoading(false));
|
|
2730
2730
|
isProcessingLogin.current = false;
|
|
2731
|
-
alert("Failed to authenticate with server. Please try again.");
|
|
2732
2731
|
_exit = true;
|
|
2733
2732
|
});
|
|
2734
2733
|
return _temp2 && _temp2.then ? _temp2.then(_temp3) : _temp3(_temp2);
|