Skip to content

Commit

Permalink
fix: correct db naming of aaguid
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 authored Oct 11, 2024
1 parent a23b37d commit c077687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/models/factor.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ type Factor struct {
Phone storage.NullString `json:"phone" db:"phone"`
LastChallengedAt *time.Time `json:"last_challenged_at" db:"last_challenged_at"`
WebAuthnCredential *WebAuthnCredential `json:"-" db:"web_authn_credential"`
WebAuthnAAGUID *uuid.UUID `json:"web_authn_aaguid,omitempty" db:"aaguid"`
WebAuthnAAGUID *uuid.UUID `json:"web_authn_aaguid,omitempty" db:"web_authn_aaguid"`
}

type WebAuthnCredential struct {
Expand Down

0 comments on commit c077687

Please sign in to comment.