mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: remove language prefix from reset password URL
This commit is contained in:
parent
137cd25267
commit
841c0731aa
@ -178,7 +178,7 @@ export default function Home() {
|
||||
<div className="mt-4 text-sm flex flex-row justify-center gap-2">
|
||||
<Link
|
||||
className="hover:underline text-muted-foreground"
|
||||
href="https://docs.dokploy.com/en/docs/core/get-started/reset-password"
|
||||
href="https://docs.dokploy.com/docs/core/get-started/reset-password"
|
||||
target="_blank"
|
||||
>
|
||||
Lost your password?
|
||||
|
Loading…
Reference in New Issue
Block a user