add amplify
This commit is contained in:
9
dashboard_js/app/routes/auth/forgot/index.tsx
Normal file
9
dashboard_js/app/routes/auth/forgot/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
export default function Forgot() {
|
||||
return (
|
||||
<form>
|
||||
<h1>Verifique sua caixa de email para continuar</h1>
|
||||
Username
|
||||
<input />
|
||||
</form>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user