Skip to content

Commit

Permalink
Remove usage of math/rand from auto complete
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Jul 25, 2023
1 parent 63cd9c8 commit 7b9b268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/webserver/authenticators/methods/oidc.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package methods

import (
"crypto/rand"
"encoding/hex"
"encoding/json"
"errors"
"log"
"math/rand"
"net/http"
"net/url"
"path"
Expand Down

0 comments on commit 7b9b268

Please sign in to comment.