This commit is contained in:
Martin McKeaveney 2021-09-22 12:26:02 +01:00
parent 9196ae8edb
commit 398a82f1a7
1 changed files with 1 additions and 1 deletions

View File

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