commit 037cb52b8f14281267c621ba5c236f06350d3c25
parent c6196729bec25b83432a067f57f5e322025ef2ac
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 16 Nov 2021 15:57:49 +0100
use uuid-display where applicable
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/anastasis/anastasis-gtk_action.c b/src/anastasis/anastasis-gtk_action.c
@@ -2771,7 +2771,7 @@ diag_question (const json_t *details)
const char *uuid_str;
uuid_str = json_string_value (json_object_get (details,
- "uuid"));
+ "uuid-display"));
render_feedback (builder,
"anastasis_gtk_c_question_error_label",
uuid_str);
@@ -2795,7 +2795,7 @@ diag_code (const json_t *details)
struct GNUNET_JSON_Specification spec[] = {
GNUNET_JSON_spec_string ("instructions",
&instructions),
- GNUNET_JSON_spec_string ("uuid",
+ GNUNET_JSON_spec_string ("uuid-display",
&uuid_str),
GNUNET_JSON_spec_end ()
};
@@ -2859,7 +2859,7 @@ diag_totp (const json_t *details)
struct GNUNET_JSON_Specification spec[] = {
GNUNET_JSON_spec_string ("instructions",
&instructions),
- GNUNET_JSON_spec_string ("uuid",
+ GNUNET_JSON_spec_string ("uuid-display",
&uuid_str),
GNUNET_JSON_spec_end ()
};