05/31 Fix template

This commit is contained in:
2026-05-31 23:17:28 -04:00
parent cf82f200a5
commit 95d04c6058
2 changed files with 20 additions and 4 deletions
+2 -1
View File
@@ -147,7 +147,8 @@ function initTellerConnect(btn) {
'Content-Type': 'application/json',
'X-CSRFToken': CSRF,
},
body: JSON.stringify({ enrollment: enrollment }),
// Send full Teller payload: { accessToken, user, enrollment }
body: JSON.stringify(enrollment),
})
.then(r => r.json())
.then(data => {