feat: fix nostr

This commit is contained in:
Nevo David 2025-12-05 23:08:27 +07:00
parent ab2502086a
commit 16d4b4508f
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ export class NostrProvider extends SocialAbstract implements SocialProvider {
return {
id: pubkey,
name: user.display_name || user.displayName || 'No Name',
name: user.display_name || user.displayName || user.name || 'No Name',
accessToken: AuthService.signJWT({ password: body.password }),
refreshToken: '',
expiresIn: dayjs().add(200, 'year').unix() - dayjs().unix(),