Skip to content

Commit

Permalink
Hard-code value for userHandle for now
Browse files Browse the repository at this point in the history
  • Loading branch information
elquimista committed Jun 7, 2023
1 parent 52b6fa6 commit e1d0874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
authenticatorData: bufferToBase64url(fedCredObj.response.authenticatorData),
clientDataJSON: bufferToBase64url(fedCredObj.response.clientDataJSON),
signature: bufferToBase64url(fedCredObj.response.signature),
userHandle: fedCredObj.response.userHandle,
// userHandle: fedCredObj.response.userHandle,
userHandle: '', // FIXME: prefer above line when webauthn-ruby releases a patch.
},
type: fedCredObj.type,
}
Expand Down

0 comments on commit e1d0874

Please sign in to comment.