-
20 | {subject ? (
21 | <>
22 |
-
23 | Logged in as
{subject.properties.id}
. 24 |
25 | -
26 | And then check out
app/page.tsx
. 27 |
28 | >
29 | ) : (
30 | <>
31 | - Login with your email and password. 32 |
-
33 | And then check out
app/page.tsx
. 34 |
35 | >
36 | )}
37 |