Change client preferences beta config

Change the default value for client preferences
config to beta=true.

Bug: T351339
Change-Id: Ia2adf58cc2461685162f57410cca499390c6c0e5
This commit is contained in:
Jan Drewniak 2023-12-19 18:08:47 -05:00
parent 5b96cbaef1
commit a749da6e6d

View file

@ -541,7 +541,7 @@
"value": {
"logged_in": false,
"logged_out": false,
"beta": false
"beta": true
},
"description": "@var array enables a client preferences interface."
},