hotfix: return url alert remove
This commit is contained in:
@@ -86,7 +86,6 @@ export const AuthenticationSteps = (): JSX.Element => {
|
||||
if (authMode === 'register') {
|
||||
navigate(`/account-created?returnUrl=${authReturnUrlWithRefreshToken}`);
|
||||
} else {
|
||||
alert(authReturnUrlWithRefreshToken);
|
||||
location.href = authReturnUrlWithRefreshToken;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user