Spaces:
Sleeping
Sleeping
Commit
·
050fd77
1
Parent(s):
2ea6bf5
upload
Browse files
frontend/components/NexusAuth.js
CHANGED
|
@@ -277,7 +277,6 @@ export const NexusAuthWrapper = ({ children }) => {
|
|
| 277 |
try {
|
| 278 |
const response = await NexusAuthApi.signup(data.username, data.password, data.email);
|
| 279 |
console.log("Signup successful:", response);
|
| 280 |
-
setIsSignupSuccessfull(true);
|
| 281 |
setIsLoading(false);
|
| 282 |
toast.success('Signup successful. Please login to continue');
|
| 283 |
setIsSignup(false);
|
|
|
|
| 277 |
try {
|
| 278 |
const response = await NexusAuthApi.signup(data.username, data.password, data.email);
|
| 279 |
console.log("Signup successful:", response);
|
|
|
|
| 280 |
setIsLoading(false);
|
| 281 |
toast.success('Signup successful. Please login to continue');
|
| 282 |
setIsSignup(false);
|