Skip to content

Commit bb1f60a

Browse files
committed
Formatting
1 parent 1cf73b9 commit bb1f60a

File tree

1 file changed

+1
-1
lines changed
  • packages-exp/auth-exp/src/core/credentials

1 file changed

+1
-1
lines changed

packages-exp/auth-exp/src/core/credentials/saml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class SAMLAuthCredential extends AuthCredential {
116116
return {
117117
requestUri: IDP_REQUEST_URI,
118118
returnSecureToken: true,
119-
pendingToken: this.pendingToken,
119+
pendingToken: this.pendingToken
120120
};
121121
}
122122
}

0 commit comments

Comments
 (0)