Ajout 'return' manquant

This commit is contained in:
wpetit 2020-02-19 13:57:05 +01:00
parent 25c78caa68
commit 66c3193553
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ export function* logoutSaga(action) {
} catch(err) {
yield put(logoutFailure(err));
yield put(addMessage('danger', "Une erreur inconnue bloque le fonctionnement normal de l'application. Veuillez réessayer plus tard."));
return;
}
if ('error' in result) {