Changeset 4022db1 for frontend/src/Register.tsx
- Timestamp:
- 01/26/26 17:02:31 (6 months ago)
- Branches:
- main
- Children:
- 3727852
- Parents:
- 24a2a2a
- File:
-
- 1 edited
-
frontend/src/Register.tsx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/Register.tsx
r24a2a2a r4022db1 6 6 7 7 const Register = () => { 8 const { setUser , user} = useAuth();8 const { setUser } = useAuth(); 9 9 const [username, setUsername] = useState(""); 10 10 const [password, setPassword] = useState(""); … … 45 45 46 46 return ( 47 <div className="flex flex-col items-center justify-center min-h- screenbg-gray-100">47 <div className="flex flex-col items-center justify-center min-h-[90vh] bg-gray-100"> 48 48 <h2 className="text-2xl mb-4">Register</h2> 49 49 <form className="bg-white p-6 rounded shadow-md w-80"> … … 101 101 </label> 102 102 <input 103 placeholder="todo" 103 104 type="text" 104 105 id="profilePhoto"
Note:
See TracChangeset
for help on using the changeset viewer.
