set default display name to be blank (#2717)
This commit is contained in:
parent
dfc5a03eb5
commit
10cd4adc79
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ export function Provider({children}: React.PropsWithChildren<{}>) {
|
||||||
if (!deactivated) {
|
if (!deactivated) {
|
||||||
/*dont await*/ agent.upsertProfile(_existing => {
|
/*dont await*/ agent.upsertProfile(_existing => {
|
||||||
return {
|
return {
|
||||||
displayName: handle,
|
displayName: '',
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue