Skip to content

Commit

Permalink
changing ec2 server to mumbai
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant-flick committed Oct 1, 2024
1 parent 020155e commit 7520e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/user-app/app/signup/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function(){
const [email, setEmail] = useState<string>("")
const [password, setPassword] = useState<string>("")
const [name, setName] = useState<string>("")
const [number, setNumber] = useState<string>("")
const [number, setNumber] = useState<string>("")

const handleSignIn = async() => {
try {
Expand Down

0 comments on commit 7520e0e

Please sign in to comment.