fix
This commit is contained in:
parent
74581a1a1a
commit
ee6f74bfb5
|
@ -6,6 +6,7 @@ import (
|
|||
"fusenapi/utils/auth"
|
||||
"fusenapi/utils/basic"
|
||||
"fusenapi/utils/wevent"
|
||||
"log"
|
||||
"time"
|
||||
|
||||
"context"
|
||||
|
@ -115,7 +116,7 @@ func (l *UserEmailConfirmationLogic) UserEmailConfirmation(req *types.RequestEma
|
|||
|
||||
case "facebook":
|
||||
case "fusen":
|
||||
|
||||
log.Println("aaaa", token)
|
||||
user, err := l.svcCtx.AllModels.FsUser.RegisterByFusen(l.ctx, token)
|
||||
if err != nil {
|
||||
logx.Error(err, token.TraceId)
|
||||
|
|
Loading…
Reference in New Issue
Block a user