We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a10e8 commit e34146bCopy full SHA for e34146b
routers/web/admin/auths.go
@@ -50,7 +50,7 @@ func Authentications(ctx *context.Context) {
50
var err error
51
ctx.Data["Sources"], err = login.Sources()
52
if err != nil {
53
- ctx.ServerError("LoginSources", err)
+ ctx.ServerError("login.Sources", err)
54
return
55
}
56
0 commit comments