diff --git a/package.json b/package.json index 89803af..87076ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pwwa", - "version": "1.2.0", + "version": "1.2.2", "private": true, "description": "JW PW Web App", "repository": "http://git.d-popov.com/popov/next-cart-app.git", diff --git a/pages/api/auth/[...nextauth].ts b/pages/api/auth/[...nextauth].ts index 220d66e..faf0f3c 100644 --- a/pages/api/auth/[...nextauth].ts +++ b/pages/api/auth/[...nextauth].ts @@ -45,10 +45,10 @@ export const authOptions: NextAuthOptions = { } } }), - // AppleProvider({ - // clientId: process.env.APPLE_APP_ID, - // clientSecret: process.env.APPLE_SECRET - // }), + AppleProvider({ + clientId: process.env.APPLE_APP_ID, + clientSecret: process.env.APPLE_SECRET + }), // AzureADProvider({ // clientId: process.env.AZURE_AD_CLIENT_ID, // clientSecret: process.env.AZURE_AD_CLIENT_SECRET,