mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
fix timeout message
This commit is contained in:
@@ -19,7 +19,8 @@ function* authStart(action: IAuthStartActionAction) {
|
||||
});
|
||||
|
||||
if (timeout) {
|
||||
return put(authFail("Timeout"));
|
||||
yield put(authFail("Timeout"));
|
||||
return;
|
||||
}
|
||||
if (response.data) {
|
||||
const user = response.data;
|
||||
|
||||
Reference in New Issue
Block a user