Skip to content

Commit 5432b96

Browse files
committed
Rename idToken to id_token
1 parent 688a752 commit 5432b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/authorize.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default async function authorize(credentials: any) {
2727
if (decoded) {
2828
return {
2929
accessToken: signInResponse.AuthenticationResult.AccessToken,
30-
idToken: signInResponse.AuthenticationResult.IdToken,
30+
id_token: signInResponse.AuthenticationResult.IdToken,
3131
refreshToken: signInResponse.AuthenticationResult.RefreshToken,
3232
...decoded
3333
}

0 commit comments

Comments
 (0)