Merge branch 'accounts-fix' of penahub.gitlab.yandexcloud.net:frontend/squiz into accounts-fix
This commit is contained in:
commit
b2c0c87d2d
@ -54,7 +54,7 @@ export default function SignupDialog() {
|
|||||||
const location = useLocation();
|
const location = useLocation();
|
||||||
|
|
||||||
useUserAccountFetcher({
|
useUserAccountFetcher({
|
||||||
url: "https://hub.pena.digital/customer/account",
|
url: "https://squiz.pena.digital/customer/account",
|
||||||
userId,
|
userId,
|
||||||
onNewUserAccount: setUserAccount,
|
onNewUserAccount: setUserAccount,
|
||||||
onError: enqueueSnackbar,
|
onError: enqueueSnackbar,
|
||||||
|
Loading…
Reference in New Issue
Block a user