We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688a752 commit 5432b96Copy full SHA for 5432b96
src/lib/authorize.tsx
@@ -27,7 +27,7 @@ export default async function authorize(credentials: any) {
27
if (decoded) {
28
return {
29
accessToken: signInResponse.AuthenticationResult.AccessToken,
30
- idToken: signInResponse.AuthenticationResult.IdToken,
+ id_token: signInResponse.AuthenticationResult.IdToken,
31
refreshToken: signInResponse.AuthenticationResult.RefreshToken,
32
...decoded
33
}
0 commit comments