ADD - introduce advanced phone setup and reset flow

This commit is contained in:
smx.pusha
2026-08-14 14:35:27 +02:00
parent 5d494419da
commit e033271cb2
13 changed files with 2606 additions and 54 deletions
+8 -6
View File
@@ -7969,12 +7969,14 @@ app.post('/api/:endpoint', (request, response) => {
return
}
if (endpoint === 'development:bootstrap') {
authenticated = true
linkedAccount = {
devices: accountDevices,
email: 'demo@ifruit.com',
id: 1,
}
authenticated = testScenario !== 'setup-account-unlinked'
linkedAccount = authenticated
? {
devices: accountDevices,
email: 'demo@ifruit.com',
id: 1,
}
: null
if (
testScenario === 'feather-onboarding' ||
testScenario === 'feather-register'