Skip to content

Commit

Permalink
Remove no_input: true in passkey_authenticatable strategy defintion
Browse files Browse the repository at this point in the history
  • Loading branch information
tcannonfodder committed Aug 24, 2023
1 parent 9d4b3f0 commit 4e91e6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ def self.find_for_passkey(passkey)
model: 'devise/passkeys/model',
route: {session: [nil, :new, :create, :destroy] },
controller: 'controller/sessions',
strategy: true,
no_input: true
strategy: true

0 comments on commit 4e91e6d

Please sign in to comment.