Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
9bce5d31
Commit
9bce5d31
authored
Jun 10, 2021
by
Sietse Ringers
Browse files
docs: fix spelling mistake in comment
parent
00c84e77
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/keyshare/tasks/tasks.go
View file @
9bce5d31
...
...
@@ -53,7 +53,7 @@ func (t *taskHandler) cleanupEmails() {
}
}
// Remove old login and email verif
c
iation tokens
// Remove old login and email verifi
c
ation tokens
func
(
t
*
taskHandler
)
cleanupTokens
()
{
_
,
err
:=
t
.
db
.
Exec
(
"DELETE FROM irma.email_login_tokens WHERE expiry < $1"
,
time
.
Now
()
.
Unix
())
if
err
!=
nil
{
...
...
Write
Preview
Supports
Markdown
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