Skip to content

Commit

Permalink
feat(auth, web): fix analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Jul 12, 2022
1 parent 0af104b commit 82ca690
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ FirebaseAuthException getFirebaseAuthException(
tenantId: firebaseError.tenantId,
resolver: MultiFactorResolverWeb(
resolverWeb.hints.map((e) {
print(e.enrollmentTime);
if (e is multi_factor_interop.PhoneMultiFactorInfo) {
return PhoneMultiFactorInfo(
displayName: e.displayName,
Expand Down

0 comments on commit 82ca690

Please sign in to comment.