fix: tip
This commit is contained in:
@@ -52,7 +52,7 @@ func (l *BindTriballyLogic) BindTribally() (resp *types.BindTriballyReply, err e
|
|||||||
return nil, errs.New(errs.ErrDatabaseOperate, err)
|
return nil, errs.New(errs.ErrDatabaseOperate, err)
|
||||||
}
|
}
|
||||||
if !hasBind {
|
if !hasBind {
|
||||||
return nil, errs.New(errs.ErrNotBindRole, "user not bind role")
|
return nil, errs.New(errs.ErrNotBindRole, "Please download and login to the game first")
|
||||||
}
|
}
|
||||||
authUrl, err := tribally.BindTribally(apiKey, u.Email)
|
authUrl, err := tribally.BindTribally(apiKey, u.Email)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user