Skip to content

Commit e9dc3a6

Browse files
committed
lint fix
1 parent c9b4e47 commit e9dc3a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/auth/user-record.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export interface MultiFactorInfoResponse {
5353
}
5454

5555
export interface TotpInfoResponse {
56+
[key: string]: any;
5657
}
5758

5859
export interface ProviderUserInfoResponse {
@@ -236,7 +237,7 @@ export class PhoneMultiFactorInfo extends MultiFactorInfo {
236237
phoneNumber: this.phoneNumber,
237238
});
238239
}
239-
/**
240+
/**
240241
* Returns the factor ID based on the response provided.
241242
*
242243
* @param response - The server side response.
@@ -250,6 +251,9 @@ export class PhoneMultiFactorInfo extends MultiFactorInfo {
250251
}
251252
}
252253

254+
/**
255+
* TotpInfo struct associated with a second factor
256+
*/
253257
export class TotpInfo {
254258

255259
}

0 commit comments

Comments
 (0)