Pull enriched user when logging in to client app so that relationships are available as bindings
This commit is contained in:
parent
ac46cbdb14
commit
dd0fee3dc3
|
@ -21,7 +21,7 @@ const createAuthStore = () => {
|
||||||
const logIn = async ({ email, password }) => {
|
const logIn = async ({ email, password }) => {
|
||||||
const user = await API.logIn({ email, password })
|
const user = await API.logIn({ email, password })
|
||||||
if (!user.error) {
|
if (!user.error) {
|
||||||
store.set(user)
|
await fetchUser()
|
||||||
await initialise()
|
await initialise()
|
||||||
goToDefaultRoute()
|
goToDefaultRoute()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue