Skip to content

Commit 00c894c

Browse files
committed
Solved multi account issue
1 parent 94d3326 commit 00c894c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/state/actions/auth.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,9 @@ const authWithProvider = provider => {
295295
}
296296
}
297297

298-
return dispatch(AUTH_PROVIDER_SUCCESS({ id: uid, ...userData }));
298+
return dispatch(
299+
AUTH_PROVIDER_SUCCESS({ id: uid, ...userData, ...userValue })
300+
);
299301
};
300302
};
301303

0 commit comments

Comments
 (0)