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.js
CHANGED
|
@@ -2727,7 +2727,6 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
2727
2727
|
}, function () {
|
|
2728
2728
|
dispatch(setLoading(false));
|
|
2729
2729
|
isProcessingLogin.current = false;
|
|
2730
|
-
alert("Failed to authenticate with server. Please try again.");
|
|
2731
2730
|
_exit = true;
|
|
2732
2731
|
});
|
|
2733
2732
|
return _temp2 && _temp2.then ? _temp2.then(_temp3) : _temp3(_temp2);
|