We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c6652 commit 0b75ea6Copy full SHA for 0b75ea6
1 file changed
examples/slack-connect-example/pages/index.tsx
@@ -179,9 +179,7 @@ export default function Home() {
179
</div>
180
<div style={{ margin: "10px", padding: "10px" }}>
181
<MsTeamsAuthButton
182
- graphApiClientId={
183
- process.env.NEXT_PUBLIC_GRAPH_API_CLIENT_ID!
184
- }
+ graphApiClientId={process.env.NEXT_PUBLIC_GRAPH_API_CLIENT_ID!}
185
redirectUrl={redirectUrl}
186
onAuthenticationComplete={onTeamsAuthComplete}
187
/>
0 commit comments