Skip to content

Commit 0e49173

Browse files
committed
style(firebase_auth): remove outdated comment
- Remove unnecessary comment block in FirebaseAuthenticator constructor - Retain important inline comment about HttpClient usage
1 parent 553a00a commit 0e49173

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/services/firebase_authenticator.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class FirebaseAuthenticator implements IFirebaseAuthenticator {
2323
/// {@macro firebase_authenticator}
2424
/// Creates an instance of [FirebaseAuthenticator].
2525
FirebaseAuthenticator({required Logger log}) : _log = log {
26-
// This internal HttpClient is used exclusively for the token exchange.
2726
// This internal HttpClient is used exclusively for the token exchange.
2827
// It does not have an auth interceptor, which is crucial to prevent
2928
// an infinite loop.

0 commit comments

Comments
 (0)