fix: magic of account domain
This commit is contained in:
parent
b3a2e3be94
commit
028a40b86e
@ -54,10 +54,10 @@ export default function SignupDialog() {
|
||||
const location = useLocation();
|
||||
|
||||
useUserAccountFetcher({
|
||||
url: "https://hub.pena.digital/customer/account",
|
||||
url: "https://squiz.pena.digital/customer/account",
|
||||
userId,
|
||||
onNewUserAccount: setUserAccount,
|
||||
onError: enqueueSnackbar,
|
||||
onError: () => {},
|
||||
});
|
||||
|
||||
const navigate = useNavigate();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user