widget chat 9

This commit is contained in:
Alma 2025-04-11 11:49:35 +02:00
parent cf788f372f
commit f42ea1a8a6

View File

@ -96,6 +96,8 @@ export const authOptions: NextAuthOptions = {
username: (profile as any).preferred_username ?? profile.email?.split('@')[0] ?? '',
first_name: (profile as any).given_name ?? '',
last_name: (profile as any).family_name ?? '',
rocketChatToken: '',
rocketChatUserId: '',
};
try {