set default display name to be blank (#2717)

zio/stable
Hailey 2024-01-31 12:58:27 -08:00 committed by GitHub
parent dfc5a03eb5
commit 10cd4adc79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ export function Provider({children}: React.PropsWithChildren<{}>) {
if (!deactivated) {
/*dont await*/ agent.upsertProfile(_existing => {
return {
displayName: handle,
displayName: '',
}
})
}