From 7ccbcf896addf6684ad85811959dfc1f6e83b0c5 Mon Sep 17 00:00:00 2001 From: Arjen <4867268+arjentz@users.noreply.github.com> Date: Sun, 10 Sep 2023 23:55:57 +0200 Subject: [PATCH] Minor update example config --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index da76a91..adb538f 100644 --- a/config.toml +++ b/config.toml @@ -101,7 +101,7 @@ allowed_auth = [ "*" ] allowed_comm = [ "call" ] [[global.purposes]] -tag = "notice_of_marriage" +tag = "personal_question" attributes = [ "email" ] allowed_auth = [ "*" ] allowed_comm = [ ]