mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Rename experimental_passkeys to enable_passkeys (#24349)
Also includes a migration.
This commit is contained in:
@@ -49,7 +49,7 @@ describe "User preferences for Security", type: :system do
|
||||
end
|
||||
|
||||
shared_examples "passkeys" do
|
||||
before { SiteSetting.experimental_passkeys = true }
|
||||
before { SiteSetting.enable_passkeys = true }
|
||||
|
||||
it "adds a passkey and logs in with it" do
|
||||
options =
|
||||
|
||||
Reference in New Issue
Block a user