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>
|
||||
);
|
||||
}
|
||||
0
dashboard_js/app/routes/auth/passcode/index.tsx
Normal file
0
dashboard_js/app/routes/auth/passcode/index.tsx
Normal file
8
dashboard_js/app/routes/auth/signin/index.tsx
Normal file
8
dashboard_js/app/routes/auth/signin/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export default function Signin() {
|
||||
return (
|
||||
<form>
|
||||
Username
|
||||
<input />
|
||||
</form>
|
||||
);
|
||||
}
|
||||
8
dashboard_js/app/routes/auth/signup/index.tsx
Normal file
8
dashboard_js/app/routes/auth/signup/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export default function Signup() {
|
||||
return (
|
||||
<form>
|
||||
Username
|
||||
<input />
|
||||
</form>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user