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 44058c3 commit 711cac0Copy full SHA for 711cac0
routers/web/admin/auths.go
@@ -308,7 +308,7 @@ func EditAuthSource(ctx *context.Context) {
308
309
source, err := login.GetSourceByID(ctx.ParamsInt64(":authid"))
310
if err != nil {
311
- ctx.ServerError("GetLoginSourceByID", err)
+ ctx.ServerError("login.GetSourceByID", err)
312
return
313
}
314
ctx.Data["Source"] = source
@@ -343,7 +343,7 @@ func EditAuthSourcePost(ctx *context.Context) {
343
344
345
346
347
348
349
0 commit comments