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:
@@ -416,6 +416,10 @@ login:
|
||||
client: true
|
||||
default: true
|
||||
validator: "EnableLocalLoginsViaEmailValidator"
|
||||
enable_passkeys:
|
||||
client: true
|
||||
default: false
|
||||
hidden: true
|
||||
allow_new_registrations:
|
||||
client: true
|
||||
default: true
|
||||
@@ -2180,10 +2184,6 @@ developer:
|
||||
experimental_topics_filter:
|
||||
client: true
|
||||
default: false
|
||||
experimental_passkeys:
|
||||
client: true
|
||||
default: false
|
||||
hidden: true
|
||||
experimental_search_menu_groups:
|
||||
type: group_list
|
||||
list_type: compact
|
||||
|
||||
Reference in New Issue
Block a user