mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 08:41:11 +08:00
FIX: Embarassing algoriths typo -> algorithms for security keys (#9126)
This commit is contained in:
@ -1197,7 +1197,7 @@ class UsersController < ApplicationController
|
||||
challenge: challenge_session.challenge,
|
||||
rp_id: challenge_session.rp_id,
|
||||
rp_name: challenge_session.rp_name,
|
||||
supported_algoriths: ::Webauthn::SUPPORTED_ALGORITHMS,
|
||||
supported_algorithms: ::Webauthn::SUPPORTED_ALGORITHMS,
|
||||
user_secure_id: current_user.create_or_fetch_secure_identifier,
|
||||
existing_active_credential_ids: current_user.second_factor_security_key_credential_ids
|
||||
)
|
||||
|
Reference in New Issue
Block a user