Skip to content

Commit e7dbd92

Browse files
committed
For now use expiration date of 25 years
#656 (comment)
1 parent 10ee36e commit e7dbd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/invite/crm/CRMController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ private Role createRole(CRMOrganisation crmOrganisation, CRMRole crmRole) {
278278
String.format("%s for %s", crmConfigEntry.name(), crmOrganisation.getName()),
279279
String.format("CRM role %s for organisation %s", crmConfigEntry.name(), crmOrganisation.getName()),
280280
applicationUsages,
281-
365,
281+
365 * 25,
282282
true,
283283
false
284284
);

0 commit comments

Comments
 (0)