mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-24 02:46:11 -05:00
Add email confirmation
This commit is contained in:
14
web/pages/confirm-email/[tokenId].tsx
Normal file
14
web/pages/confirm-email/[tokenId].tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import {LovePage} from 'web/components/love-page'
|
||||
import {Col} from 'web/components/layout/col'
|
||||
|
||||
export default function ConfirmEmail() {
|
||||
return (
|
||||
<LovePage trackPageView={'private messages page'}>
|
||||
<Col className="items-center justify-center h-full">
|
||||
<div className="text-xl font-semibold text-center mt-8">
|
||||
Thank you for confirming your email!
|
||||
</div>
|
||||
</Col>
|
||||
</LovePage>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user