hotfix: return url alert remove

This commit is contained in:
2025-08-22 00:53:47 +03:30
parent b8de694a2a
commit ad88aa893f

View File

@@ -86,7 +86,6 @@ export const AuthenticationSteps = (): JSX.Element => {
if (authMode === 'register') {
navigate(`/account-created?returnUrl=${authReturnUrlWithRefreshToken}`);
} else {
alert(authReturnUrlWithRefreshToken);
location.href = authReturnUrlWithRefreshToken;
}
}