Skip to content

Commit 0b78622

Browse files
committed
chore: refactor
1 parent 03e3f8d commit 0b78622

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/firebase_auth/firebase_auth/lib/src/password_policy/password_policy_impl.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BSD-style license that can be found in the LICENSE file.
44
import 'dart:core';
55
import 'password_policy.dart';
6-
import 'password_policy_status.dart';
6+
import 'password_validation_status.dart';
77

88
class PasswordPolicyImpl {
99
final PasswordPolicy _policy;

0 commit comments

Comments
 (0)