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 d6c6190 commit ead13d5Copy full SHA for ead13d5
models/login_source.go
@@ -70,7 +70,7 @@ var (
70
_ convert.Conversion = &SSPIConfig{}
71
)
72
73
-// jsonUnmarshalIgnoreErroneousBOM - due to a bug in xorm (see https://gitea.com/xorm/xorm/pulls/1957) >
+// jsonUnmarshalIgnoreErroneousBOM - due to a bug in xorm (see https://gitea.com/xorm/xorm/pulls/1957) - it's
74
// possible that a Blob may gain an unwanted prefix of 0xff 0xfe.
75
func jsonUnmarshalIgnoreErroneousBOM(bs []byte, v interface{}) error {
76
json := jsoniter.ConfigCompatibleWithStandardLibrary
0 commit comments