made the redirect after logging out blocking as well

This commit is contained in:
Art Lowel
2020-09-03 12:58:40 +02:00
parent 17249e9541
commit e9a2b4b368
2 changed files with 15 additions and 3 deletions

View File

@@ -239,8 +239,8 @@ describe('authReducer', () => {
authToken: undefined,
error: undefined,
loaded: false,
blocking: false,
loading: false,
blocking: true,
loading: true,
info: undefined,
refreshing: false,
userId: undefined