1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00
This commit is contained in:
Martin McKeaveney 2021-09-22 12:26:02 +01:00
parent 9196ae8edb
commit 398a82f1a7

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,
})
}
})