feat: user activation and emails
This commit is contained in:
5
app/confirmation/page.tsx
Normal file
5
app/confirmation/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { ConfirmationPage } from '../../components/pages/confirmation';
|
||||
|
||||
export default function Confirmation() {
|
||||
return <ConfirmationPage />;
|
||||
}
|
||||
Reference in New Issue
Block a user