mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-04 10:55:13 +08:00
Fix: Anonymize profile input defaults (#7649)
Remove PII from webapp profile page input defaults ### Type of change - [x] Other (please describe): Chore
This commit is contained in:
parent
36e32dde1a
commit
dd0fd13ea8
@ -26,12 +26,12 @@ export default function Profile() {
|
||||
<div className="space-y-6 max-w-[600px]">
|
||||
<div className="space-y-2">
|
||||
<label className="text-sm text-muted-foreground">User name</label>
|
||||
<Input defaultValue="yifanwu92" />
|
||||
<Input defaultValue="username" />
|
||||
</div>
|
||||
|
||||
<div className="space-y-2">
|
||||
<label className="text-sm text-muted-foreground">Email</label>
|
||||
<Input defaultValue="yifanwu92@gmail.com" />
|
||||
<Input defaultValue="address@example.com" />
|
||||
</div>
|
||||
|
||||
<div className="space-y-2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user