Skip to content

Commit ead13d5

Browse files
authored
Update models/login_source.go
1 parent d6c6190 commit ead13d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/login_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ var (
7070
_ convert.Conversion = &SSPIConfig{}
7171
)
7272

73-
// jsonUnmarshalIgnoreErroneousBOM - due to a bug in xorm (see https://gitea.com/xorm/xorm/pulls/1957) >
73+
// jsonUnmarshalIgnoreErroneousBOM - due to a bug in xorm (see https://gitea.com/xorm/xorm/pulls/1957) - it's
7474
// possible that a Blob may gain an unwanted prefix of 0xff 0xfe.
7575
func jsonUnmarshalIgnoreErroneousBOM(bs []byte, v interface{}) error {
7676
json := jsoniter.ConfigCompatibleWithStandardLibrary

0 commit comments

Comments
 (0)