mirror of
https://github.com/element-hq/synapse.git
synced 2025-06-03 00:01:37 -04:00
The old statement returned `None` for such a `password_config` (like the one created on first run), thus retrieval of the `pepper` key failed with `AttributeError`. Fixes #5315 Signed-off-by: Ivan Vilata i Balaguer <ivan@selidor.net>