Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-14 03:34:58 +00:00
co-authored by renee-png
parent 296df6b078
commit c110e539bc
-6
View File
@@ -106,12 +106,6 @@ function LoginPage() {
{submitting && <Loader2 className="mr-2 h-4 w-4 animate-spin" />}
Sign in
</Button>
<p className="text-xs text-muted-foreground text-center">
First time setting up the firm?{" "}
<Link to="/setup" className="text-primary underline-offset-4 hover:underline">
Create the founding admin account
</Link>
</p>
</form>
</CardContent>
</Card>