This commit is contained in:
Florian Dold 2021-08-05 22:46:36 +02:00
parent cd15937dad
commit b0e05fcdbc
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -1016,7 +1016,7 @@ export class ExchangeService implements ExchangeServiceInterface {
const config = Configuration.load(this.configFilename);
for (const sectionName of config.getSectionNames()) {
if (sectionName.startsWith("EXCHANGE_ACCOUNT")) {
if (sectionName.startsWith("EXCHANGE-ACCOUNT")) {
const paytoUri = config.getString(sectionName, "payto_uri").required();
const p = parsePaytoUri(paytoUri);
if (!p) {