creds: add support for additional data

This commit is contained in:
Rajeh Taher
2025-10-08 22:37:21 +03:00
parent 7f696bbfd8
commit ccecdbfc9c
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -325,6 +325,7 @@ export const initAuthCreds = (): AuthenticationCreds => {
registered: false,
pairingCode: undefined,
lastPropHash: undefined,
routingInfo: undefined
routingInfo: undefined,
additionalData: undefined
}
}