Merge branch 'dev'
This commit is contained in:
commit
3cc149d462
2 changed files with 2 additions and 22 deletions
|
@ -5,17 +5,7 @@ import { SignIn } from "@clerk/nextjs";
|
|||
export const dynamic = "force-static";
|
||||
|
||||
const SignInPage = () => (
|
||||
<div style={styles}>
|
||||
<SignIn path="/sign-in" routing="path" signUpUrl="/sign-up" />
|
||||
</div>
|
||||
<SignIn path="/sign-in" routing="path" signUpUrl="/sign-up" />
|
||||
);
|
||||
|
||||
export default SignInPage;
|
||||
|
||||
const styles = {
|
||||
width: "100vw",
|
||||
height: "100vh",
|
||||
display: "flex",
|
||||
justifyContent: "center",
|
||||
alignItems: "center",
|
||||
};
|
||||
|
|
|
@ -5,17 +5,7 @@ import { SignUp } from "@clerk/nextjs";
|
|||
export const dynamic = "force-static";
|
||||
|
||||
const SignUpPage = () => (
|
||||
<div style={styles}>
|
||||
<SignUp path="/sign-up" routing="path" signInUrl="/sign-in" />
|
||||
</div>
|
||||
<SignUp path="/sign-up" routing="path" signInUrl="/sign-in" />
|
||||
);
|
||||
|
||||
export default SignUpPage;
|
||||
|
||||
const styles = {
|
||||
width: "100vw",
|
||||
height: "100vh",
|
||||
display: "flex",
|
||||
justifyContent: "center",
|
||||
alignItems: "center",
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue