mirror of
https://github.com/esphome/esphome.git
synced 2025-07-30 15:16:37 +00:00
Merge branch 'missing_password_ifdefs' into integration
This commit is contained in:
commit
64d92fc92c
@ -907,8 +907,10 @@ class ProtoService {
|
|||||||
this->on_unauthenticated_access();
|
this->on_unauthenticated_access();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
return true;
|
return true;
|
||||||
|
#else
|
||||||
|
return true;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user