Fix: missing deps in login recaptcha service
This commit is contained in:
parent
cf9dc1c24f
commit
2e342806b6
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ import (
|
|||
"github.com/HFO4/cloudreve/pkg/cache"
|
||||
"github.com/HFO4/cloudreve/pkg/email"
|
||||
"github.com/HFO4/cloudreve/pkg/hashid"
|
||||
"github.com/HFO4/cloudreve/pkg/recaptcha"
|
||||
"github.com/HFO4/cloudreve/pkg/serializer"
|
||||
"github.com/HFO4/cloudreve/pkg/util"
|
||||
"github.com/gin-gonic/gin"
|
||||
|
@ -13,6 +14,7 @@ import (
|
|||
"github.com/pquerna/otp/totp"
|
||||
"net/url"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
// UserLoginService 管理用户登录的服务
|
||||
|
|
Loading…
Reference in a new issue