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.
2 parents 6df1a9d + c07d739 commit e294ed7Copy full SHA for e294ed7
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