Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
chainweaver
did
did-mgr-common-service
Commits
590225c5
Commit
590225c5
authored
1 year ago
by
starxxliu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add common 630 code --story=0
parent
b6e86170
master
develop
v1.1.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
internal/logic/manager/authenticationlogic.go
internal/logic/manager/authenticationlogic.go
+1
-1
No files found.
internal/logic/manager/authenticationlogic.go
View file @
590225c5
...
...
@@ -43,7 +43,7 @@ func (l *AuthenticationLogic) Authentication(req *types.AuthenticationReq) (resp
info
,
err
:=
utils
.
Authentication
(
targetUrl
,
req
)
if
err
!=
nil
||
info
!=
1
{
errorcode
.
EnterpriseAuthenticationError
.
BuildResult
(
resp
,
err
)
l
.
Errorf
(
"EnterpriseAuthenticationError failed,err[%
s
]"
,
err
.
Error
()
)
l
.
Errorf
(
"EnterpriseAuthenticationError failed,err[%
+v
]"
,
err
)
return
resp
,
nil
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment