Skip to content

Commit c16e583

Browse files
committed
merge
1 parent 2cdfe12 commit c16e583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/auth/u2f.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func U2FSign(ctx *context.Context) {
133133
if redirect == "" {
134134
redirect = setting.AppSubURL + "/"
135135
}
136-
ctx.PlainText(200, []byte(redirect))
136+
ctx.PlainTextBytes(200, []byte(redirect))
137137
return
138138
}
139139
}

0 commit comments

Comments
 (0)