Skip to content

Commit 458da90

Browse files
authored
Bump FAPI v2 to recover client state (#537)
Co-authored-by: Martin Kellner <martin.kellner@corbado.com>
1 parent 4084ae4 commit 458da90

File tree

5 files changed

+1009
-480
lines changed

5 files changed

+1009
-480
lines changed

packages/connect-react/src/components/CorbadoConnectDemo.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ const getListOfPasskeys = () => {
3939
iconLight: 'https://cdn.cloud.corbado.io/aaguidIcons/01020304-0506-0708-0102-030405060708/light.png',
4040
name: 'Passkey',
4141
},
42+
createdMs: 1735689600000,
43+
lastUsedMs: 1735689600000,
44+
tags: [],
4245
},
4346
{
4447
aaguidDetails: {
@@ -58,6 +61,9 @@ const getListOfPasskeys = () => {
5861
sourceOS: 'macOS',
5962
status: 'active',
6063
transport: ['nfc', 'usb'],
64+
createdMs: 1735689600000,
65+
lastUsedMs: 1735689600000,
66+
tags: [],
6167
},
6268
{
6369
aaguidDetails: {
@@ -77,6 +83,9 @@ const getListOfPasskeys = () => {
7783
sourceOS: 'macOS',
7884
status: 'active',
7985
transport: ['hybrid', 'internal'],
86+
createdMs: 1735689600000,
87+
lastUsedMs: 1735689600000,
88+
tags: [],
8089
},
8190
];
8291

0 commit comments

Comments
 (0)