10 | {me ? JSON.stringify(me) : 'You are not logged in'}
11 |
12 |
21 | {JSON.stringify(session, null, 2)}
22 |
23 |
14 |
12 | {JSON.stringify(self1, null, 2)}
13 |
14 |
16 | {JSON.stringify(me, null, 2)}
17 |
18 |
20 | {JSON.stringify(tenants, null, 2)}
21 |
22 |
17 | {message}
20 |16 | {setup.maskedEmail 17 | ? `We sent a 6-digit code to ${setup.maskedEmail}. Enter it below to finish.` 18 | : 'Check your email for a 6-digit code and enter it below to finish.'} 19 |
20 |30 | Scan the code with your authenticator app, then enter the 6-digit 31 | code below. 32 |
33 | > 34 | ) : null} 35 | 36 | {setup.recoveryKeys ? ( 37 |