restore redirection

This commit is contained in:
Jeremy Kauffman 2019-11-14 09:30:26 -05:00 committed by Sean Yesmunt
parent a1f0e485b5
commit 7ae4c3301d

View file

@ -26,7 +26,7 @@ function SignInVerifyPage(props: Props) {
message: message || __('Authentication failure.'),
isError: true,
});
//push(`/$/${PAGES.AUTH}`);
push(`/$/${PAGES.AUTH}`);
}
React.useEffect(() => {