mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 18:52:06 +00:00
feat: create confirm user page, option to resend email if link expires
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { FC } from "react"
|
||||
import { FC } from 'react';
|
||||
|
||||
const UserInfoPage: FC = () => null
|
||||
const UserInfoPage: FC = () => null;
|
||||
|
||||
|
||||
export default UserInfoPage
|
||||
export default UserInfoPage;
|
||||
|
||||
Reference in New Issue
Block a user