mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Add hint for demo
This commit is contained in:
parent
f4bd7bd22e
commit
44b14ec413
@ -20,6 +20,7 @@ export default function PageClient() {
|
||||
{user ? (
|
||||
<div className='flex flex-col gap-5 justify-center items-center'>
|
||||
<Text size='lg'>Logged in as: <span className='font-bold'>{user.primaryEmail}</span></Text>
|
||||
<Text size='md'>Click on your user's image at the top right to see your account settings.</Text>
|
||||
<Link href={app.urls.signOut}>
|
||||
Sign Out
|
||||
</Link>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user