Skip to content

Commit e73c9f6

Browse files
committed
Update API reports
1 parent aeefa1d commit e73c9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/api-review/auth.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ export interface TotpMultiFactorAssertion extends MultiFactorAssertion {
754754
export class TotpMultiFactorGenerator {
755755
static assertionForEnrollment(secret: TotpSecret, oneTimePassword: string): TotpMultiFactorAssertion;
756756
static assertionForSignIn(enrollmentId: string, oneTimePassword: string): TotpMultiFactorAssertion;
757-
static FACTOR_ID: "totp";
757+
static FACTOR_ID: 'totp';
758758
static generateSecret(session: MultiFactorSession): Promise<TotpSecret>;
759759
}
760760

0 commit comments

Comments
 (0)