mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2024-11-25 19:05:46 +01:00
🏷️ Fix type errors
This commit is contained in:
parent
3b11b06ac1
commit
eb7bb1345e
@ -33,8 +33,8 @@ export const appAuth = new SvelteKitAuth({
|
||||
apiKey: import.meta.env.VITE_REDDIT_API_KEY,
|
||||
apiSecret: import.meta.env.VITE_REDDIT_API_SECRET,
|
||||
profile(profile) {
|
||||
profile = RedditOAuth2Provider.profileHandler(profile);
|
||||
return { ...profile, provider: "reddit" };
|
||||
const slim = RedditOAuth2Provider.profileHandler(profile);
|
||||
return { ...slim, provider: "reddit" };
|
||||
},
|
||||
}),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user