embed site files / form tweaks

This commit is contained in:
Hank
2024-07-19 23:19:41 -04:00
parent b19ac6a129
commit 16619e5c02
4 changed files with 24 additions and 4 deletions

View File

@@ -306,7 +306,7 @@ export function UserAuthForm({
</Dialog>
)}
{authMethods.emailPassword && (
{authMethods.emailPassword && !isFirstRun && (
<Link
href="/forgot-password"
className="text-sm mx-auto hover:text-brand underline underline-offset-4 opacity-70 hover:opacity-100 transition-opacity"

View File

@@ -87,7 +87,7 @@ export default function ForgotPassword() {
<DialogTitle>Command line instructions</DialogTitle>
</DialogHeader>
<p className="text-primary/70 text-[0.95em]">
If you don't have an SMTP server configured, you can use the following command to reset
Use the following command to reset
your password:
</p>
<code className="bg-muted rounded-sm py-0.5 px-2.5 mr-auto text-sm">