From 440bfb961bb74e3b7605a01aea86068a073ce79f Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 17 Jan 2022 15:05:09 +0100 Subject: [PATCH] notes/cisco_ft_securex_registration.org --- notes/cisco_ft_securex_registration.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/notes/cisco_ft_securex_registration.org b/notes/cisco_ft_securex_registration.org index 34348ca1..fe794aca 100644 --- a/notes/cisco_ft_securex_registration.org +++ b/notes/cisco_ft_securex_registration.org @@ -167,9 +167,11 @@ be the orgs not to display on the registration webpages. #+begin_src clojure (s/defschema UserIdentity (ist/open-schema-any-keys - {:user-identity-id s/Str - :user-identity-email - :user-identity-email + {:id s/Str + :email + :name + :nickname + :last-logged-in [,,,] })) #+end_src