Skip to content

Commit e869250

Browse files
committed
fix(provider): added options in instagram provider (nextauthjs#1570)
1 parent a917c3d commit e869250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/providers/instagram.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default function Instagram (options) {
4545
email: null,
4646
image: null
4747
}
48-
}
48+
},
49+
...options
4950
}
5051
}

0 commit comments

Comments
 (0)