notes/cisco_ft_securex_registration.org

This commit is contained in:
Yann Esposito (Yogsototh) 2022-01-17 15:05:09 +01:00
parent faa3c5f8e6
commit 440bfb961b
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -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