diff options
Diffstat (limited to 'src/state/session/index.tsx')
-rw-r--r-- | src/state/session/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/session/index.tsx b/src/state/session/index.tsx index ed2e6fcf1..c44f96dd6 100644 --- a/src/state/session/index.tsx +++ b/src/state/session/index.tsx @@ -236,7 +236,7 @@ export function Provider({children}: React.PropsWithChildren<{}>) { if (!deactivated) { /*dont await*/ agent.upsertProfile(_existing => { return { - displayName: handle, + displayName: '', } }) } |