Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
a074833c
Commit
a074833c
authored
Feb 25, 2021
by
michael.simon
Browse files
wrong date is set, after expiry warning for ssh keys
parent
808994ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-service/src/main/java/edu/kit/scc/webreg/event/SshPubKeyExpiryWarningSendMailExecutor.java
View file @
a074833c
...
...
@@ -52,7 +52,7 @@ public class SshPubKeyExpiryWarningSendMailExecutor extends
SshPubKeyEntity
sshPubKey
=
getEvent
().
getEntity
();
pubKeyService
.
keyExpirySent
(
sshPubKey
);
pubKeyService
.
keyExpiry
Warning
Sent
(
sshPubKey
);
Map
<
String
,
Object
>
context
=
new
HashMap
<
String
,
Object
>(
3
);
context
.
put
(
"sshPubKey"
,
sshPubKey
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment