Skip to content

Commit 893a32c

Browse files
zeripathGusted
and
Gusted
authored
Update routers/web/user/auth.go
Co-authored-by: Gusted <[email protected]>
1 parent 4d62935 commit 893a32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/user/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ func handleOAuth2SignIn(ctx *context.Context, source *login.Source, u *user_mode
856856
}
857857

858858
if err := resetLocale(ctx, u); err != nil {
859-
ctx.ServerError("UpdateUserCols", err)
859+
ctx.ServerError("resetLocale", err)
860860
return
861861
}
862862

0 commit comments

Comments
 (0)