Skip to content

Commit e34146b

Browse files
committed
fix error log
1 parent 57a10e8 commit e34146b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/admin/auths.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func Authentications(ctx *context.Context) {
5050
var err error
5151
ctx.Data["Sources"], err = login.Sources()
5252
if err != nil {
53-
ctx.ServerError("LoginSources", err)
53+
ctx.ServerError("login.Sources", err)
5454
return
5555
}
5656

0 commit comments

Comments
 (0)