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 7925be3 commit d4d98adCopy full SHA for d4d98ad
models/auth/webauthn.go
@@ -52,7 +52,7 @@ type WebAuthnCredential struct {
52
PublicKey []byte
53
AttestationType string
54
AAGUID []byte
55
- CredentialFlags string `xorm:"TEXT DEFAULT ''"`
+ CredentialFlags string `xorm:"TEXT"`
56
SignCount uint32 `xorm:"BIGINT"`
57
CloneWarning bool
58
CreatedUnix timeutil.TimeStamp `xorm:"INDEX created"`
models/migrations/v1_23/v310.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
type WebAuthnCredential310 struct {
14
15
}
16
17
func (cred WebAuthnCredential310) TableName() string {
0 commit comments