Skip to content

Commit

Permalink
Slight documentation edit
Browse files Browse the repository at this point in the history
  • Loading branch information
tcannonfodder committed Jun 24, 2023
1 parent fb62714 commit d92e9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devise/passkeys/model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module PasskeyAuthenticatable
# This is a callback that is called right after a successful passkey authentication.
#
# By default, it is a no-op, but you can override it in your model for any custom behavior
# (such as notifying users of a new login).
# (such as notifying the user of a new login).
# @param passkey [String] the passkey that was used for authentication
def after_passkey_authentication(passkey:); end
end
Expand Down

0 comments on commit d92e9cc

Please sign in to comment.