fix(web-auth): soften forgot-password hint to 'contact IT'
This commit is contained in:
parent
f4d5f97c42
commit
fc62834019
@ -213,11 +213,7 @@ export default function AuthForm({ passkeysAvailable, next }: Props) {
|
||||
<div className="mt-6 flex items-center gap-2 rounded-xl bg-emerald-50 px-3 py-2 ring-1 ring-emerald-100">
|
||||
<span className="h-1.5 w-1.5 shrink-0 rounded-full bg-emerald-500" />
|
||||
<p className="text-[11px] text-emerald-900/80">
|
||||
Forgot the password? Check the deployment’s{" "}
|
||||
<code className="rounded bg-white/70 px-1 py-px font-mono text-[10px] text-emerald-900">
|
||||
.env
|
||||
</code>{" "}
|
||||
for <code className="rounded bg-white/70 px-1 py-px font-mono text-[10px] text-emerald-900">CM_AGENT_PASSWORD</code>.
|
||||
Forgot the password? Please contact IT.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user