Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pragatimodi committed May 26, 2023
1 parent c9b4e47 commit e9dc3a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/auth/user-record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export interface MultiFactorInfoResponse {
}

export interface TotpInfoResponse {
[key: string]: any;
}

export interface ProviderUserInfoResponse {
Expand Down Expand Up @@ -236,7 +237,7 @@ export class PhoneMultiFactorInfo extends MultiFactorInfo {
phoneNumber: this.phoneNumber,
});
}
/**
/**
* Returns the factor ID based on the response provided.
*
* @param response - The server side response.
Expand All @@ -250,6 +251,9 @@ export class PhoneMultiFactorInfo extends MultiFactorInfo {
}
}

/**
* TotpInfo struct associated with a second factor
*/
export class TotpInfo {

}
Expand Down

0 comments on commit e9dc3a6

Please sign in to comment.