Sesiones correctas
This commit is contained in:
@@ -102,6 +102,7 @@ function createAuthStore() {
|
||||
credentials: 'include',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
'X-Tenant-Slug': credentials.tenant_slug,
|
||||
},
|
||||
body: JSON.stringify(credentials)
|
||||
});
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
await auth.login({
|
||||
email,
|
||||
password,
|
||||
tenant_slug: 'aduanasoft-demo',
|
||||
tenant_slug: 'aduanasoft',
|
||||
totp_code: totpCode || undefined
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user