fix: 404 when redirecting user clicks on Sign In button (#2349)
* fix: 404 when redirecting user to login page * fix: next_path redirection not working * fix: authentication workflow update in plane deploy --------- Co-authored-by: gurusainath <gurusainath007@gmail.com>
This commit is contained in:
parent
18bcf55f78
commit
9482cc3a73
7 changed files with 57 additions and 14 deletions
|
|
@ -5,4 +5,4 @@ import { LoginView } from "components/views";
|
|||
|
||||
const LoginPage = () => <LoginView />;
|
||||
|
||||
export default LoginPage;
|
||||
export default LoginPage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue