Skip to content

Commit

Permalink
Merge pull request #267 from depromeet/feature/#255
Browse files Browse the repository at this point in the history
redirect uri 변경
  • Loading branch information
YOOJS1205 authored Feb 12, 2024
2 parents 73be0b0 + ae626b5 commit 4a0c1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/AppleProvider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function AppleProvider() {
window.AppleID.auth.init({
clientId: process.env.NEXT_PUBLIC_APPLE_CLIENT_ID,
scope: 'name email',
redirectURI: `${process.env.NEXT_PUBLIC_SITE_DOMAIN}/auth?type=apple`,
redirectURI: `${process.env.NEXT_PUBLIC_SITE_DOMAIN}/login`,
state: 'origin:web',
nonce: generateNonce(16),
usePopup: true,
Expand Down

0 comments on commit 4a0c1b2

Please sign in to comment.