mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
password expired.
This commit is contained in:
@ -133,7 +133,7 @@ class AccessBloc extends Bloc<AccessEvent, AccessState> {
|
||||
// Check if the password name should be used for filtering
|
||||
if (event.passwordName != null && event.passwordName!.isNotEmpty) {
|
||||
final bool matchesName = item.passwodName != null &&
|
||||
item.passwodName.contains(event.passwordName!);
|
||||
item.passwodName.contains(event.passwordName);
|
||||
if (!matchesName) {
|
||||
matchesCriteria = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user