Skip to content

Commit

Permalink
Update packages/firebase_auth/firebase_auth/ios/Classes/FLTFirebaseAu…
Browse files Browse the repository at this point in the history
…thPlugin.m

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
  • Loading branch information
Lyokone and Salakar committed Jul 6, 2022
1 parent cd00a8c commit 470338c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ @implementation FLTFirebaseAuthPlugin {
// Map an id to a MultiFactorSession object.
NSMutableDictionary<NSString *, FIRMultiFactorSession *> *_multiFactorSessionMap;

// Map an id to a MultiFactorSession object.
// Map an id to a MultiFactorResolver object.
NSMutableDictionary<NSString *, FIRMultiFactorResolver *> *_multiFactorResolverMap;
#endif

Expand Down

0 comments on commit 470338c

Please sign in to comment.