1
0

fix: lint

This commit is contained in:
kolaente
2023-03-05 22:24:25 +01:00
parent 4a82f3be3c
commit 9f14466dfa
2 changed files with 4 additions and 9 deletions

View File

@ -20,9 +20,7 @@ import (
"context"
"encoding/json"
"errors"
"math/rand"
"net/http"
"time"
"code.vikunja.io/web/handler"
@ -66,7 +64,7 @@ type claims struct {
}
func init() {
rand.Seed(time.Now().UTC().UnixNano())
petname.NonDeterministicMode()
}
func (p *Provider) setOicdProvider() (err error) {