fix: change jwtKey to ed25519.PrivateKey

This commit is contained in:
Derrick Hammer 2023-06-10 00:54:57 -04:00
parent 3b1e860256
commit bf576dfaee
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import (
"time"
)
var jwtKey = []byte{}
var jwtKey = ed25519.PrivateKey{}
var blocklist *jwt.Blocklist