widget chat 9
This commit is contained in:
parent
cf788f372f
commit
f42ea1a8a6
@ -96,6 +96,8 @@ export const authOptions: NextAuthOptions = {
|
|||||||
username: (profile as any).preferred_username ?? profile.email?.split('@')[0] ?? '',
|
username: (profile as any).preferred_username ?? profile.email?.split('@')[0] ?? '',
|
||||||
first_name: (profile as any).given_name ?? '',
|
first_name: (profile as any).given_name ?? '',
|
||||||
last_name: (profile as any).family_name ?? '',
|
last_name: (profile as any).family_name ?? '',
|
||||||
|
rocketChatToken: '',
|
||||||
|
rocketChatUserId: '',
|
||||||
};
|
};
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user