Skip to content

Instantly share code, notes, and snippets.

@zinedkaloc
Created August 8, 2022 11:17
Show Gist options
  • Save zinedkaloc/ec85f38b71b050b17b0849b9640825f6 to your computer and use it in GitHub Desktop.
Save zinedkaloc/ec85f38b71b050b17b0849b9640825f6 to your computer and use it in GitHub Desktop.
export function Verification() {
return (
// Add verification text to inform user
<div style={{ margin: '20px 20px' }}>
<h1>Verification</h1>
<div style={{ display: 'flex', alignItems: 'center' }}>
<p>Please check your email for a verification link.</p>
</div>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment