This commit is contained in:
Martin McKeaveney 2021-09-22 12:26:02 +01:00
parent 2523d54641
commit 24837ef2f1
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export function createAuthStore() {
created_at: user.createdAt || Date.now(),
name: user.name,
user_id: user._id,
tenant: user.tenantId
tenant: user.tenantId,
})
}
})