restore redirection
This commit is contained in:
parent
a1f0e485b5
commit
7ae4c3301d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ function SignInVerifyPage(props: Props) {
|
|||
message: message || __('Authentication failure.'),
|
||||
isError: true,
|
||||
});
|
||||
//push(`/$/${PAGES.AUTH}`);
|
||||
push(`/$/${PAGES.AUTH}`);
|
||||
}
|
||||
|
||||
React.useEffect(() => {
|
||||
|
|
Loading…
Reference in a new issue