mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 00:55:34 +00:00
fmt: gofmt
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package httpservers;
|
||||
package httpservers
|
||||
|
||||
import (
|
||||
"github.com/golang-jwt/jwt/v4"
|
||||
"fmt"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/golang-jwt/jwt/v4"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
@@ -65,4 +65,3 @@ func parseJwtCookie(request *http.Request) (string, string) {
|
||||
|
||||
return username, usergroup
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user