Skip to content

Commit 3188a4b

Browse files
committed
Formatting
1 parent 4ac4d92 commit 3188a4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages-exp/auth-exp/src/api/authentication/idp.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use(chaiAsPromised);
3232
describe('api/authentication/signInWithIdp', () => {
3333
const request = {
3434
returnSecureToken: true,
35-
requestUri: 'request-uri',
35+
requestUri: 'request-uri'
3636
};
3737

3838
let auth: TestAuth;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export class OAuthCredential extends AuthCredential {
172172
private buildRequest(): SignInWithIdpRequest {
173173
const request: SignInWithIdpRequest = {
174174
requestUri: IDP_REQUEST_URI,
175-
returnSecureToken: true,
175+
returnSecureToken: true
176176
};
177177

178178
if (this.pendingToken) {

0 commit comments

Comments
 (0)