mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2025-09-14 17:50:30 +02:00
🐛 Fix storing multiple social connections in demo app
This commit is contained in:
parent
1e6b811f1a
commit
9a459070c4
@ -46,7 +46,7 @@ export const appAuth = new SvelteKitAuth({
|
||||
...token,
|
||||
user: {
|
||||
...token.user,
|
||||
connections: { [provider]: account },
|
||||
connections: { ...token.user.connections, [provider]: account },
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user