Skip to content

Commit 8ac0c13

Browse files
committed
temporary disable signup
1 parent 587f0a3 commit 8ac0c13

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/components/react/form/LoginForm.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,13 @@ export default function LoginForm() {
8989

9090
<div className="text-center mt-6">
9191
<p className="text-sm text-gray-600">
92-
Don't have an account?{" "}
92+
Don't have an account?
9393
<a
94-
href={getUrl("/lab-admin/signup")}
94+
// href={getUrl("/lab-admin/signup")}
95+
href={"#"}
9596
className="text-blue-600 hover:text-blue-800 underline"
9697
>
97-
Create a new account
98+
Create a new account (coming soon)
9899
</a>
99100
</p>
100101
</div>

0 commit comments

Comments
 (0)