Skip to content
Snippets Groups Projects

Resolve "Handle invitation links"

Merged Daniel Göbel requested to merge feature/121-handle-invitation-links into main
8 files
+ 120
29
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -20,5 +20,9 @@ export type UserOutExtended = {
@@ -20,5 +20,9 @@ export type UserOutExtended = {
* Lifesicence ID of the user
* Lifesicence ID of the user
*/
*/
lifescience_id?: (string | null);
lifescience_id?: (string | null);
 
/**
 
* Timestamp when the invitation token was created as UNIX timestamp
 
*/
 
invitation_token_created_at?: (number | null);
};
};
Loading