Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CloWM UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computational Metagenomics
CloWM
CloWM UI
Merge requests
!118
Resolve "Handle invitation links"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Handle invitation links"
feature/121-handle-invitation-links
into
main
Overview
0
Commits
2
Pipelines
0
Changes
7
Merged
Daniel Göbel
requested to merge
feature/121-handle-invitation-links
into
main
10 months ago
Overview
0
Commits
2
Pipelines
0
Changes
7
Expand
Closes
#121 (closed)
0
0
Merge request reports
Viewing commit
79e6e17a
Prev
Next
Show latest version
7 files
+
100
−
20
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
Verified
79e6e17a
Add button to resend invitation emails
· 79e6e17a
Daniel Göbel
authored
10 months ago
#121
src/client/models/UserOutExtended.ts
+
4
−
0
Options
@@ -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