mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-18 21:11:17 +02: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>