feat: user activation and emails
This commit is contained in:
11
components/elements/success.tsx
Normal file
11
components/elements/success.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { HomeLink } from './homeLink';
|
||||
|
||||
export function SuccessComponent(message: string) {
|
||||
return (
|
||||
<div>
|
||||
<h1>Success!</h1>
|
||||
<h3>{message}</h3>
|
||||
<HomeLink />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user