Skip to content

Commit 5d143ef

Browse files
committed
Lint
1 parent 7cdead8 commit 5d143ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/auth/lib/multiFactor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { reload } from "./modular";
1+
import { reload } from './modular';
22
/**
33
* Return a MultiFactorUser instance the gateway to multi-factor operations.
44
*/
@@ -34,7 +34,7 @@ export class MultiFactorUser {
3434
} else if (totpSecret && verificationCode) {
3535
await this._auth.native.finalizeTotpEnrollment(totpSecret, verificationCode, displayName);
3636
} else {
37-
throw new Error("Invalid multi-factor assertion provided for enrollment.");
37+
throw new Error('Invalid multi-factor assertion provided for enrollment.');
3838
}
3939

4040
// We need to reload the user otherwise the changes are not visible

0 commit comments

Comments
 (0)