Automatically log in after registration (#8654)
This commit is contained in:
parent
762d052501
commit
01a3150d44
6 changed files with 70 additions and 44 deletions
|
@ -929,6 +929,10 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
|
||||
default: false,
|
||||
},
|
||||
"debug_registration": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
|
||||
default: false,
|
||||
},
|
||||
"audioInputMuted": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
|
||||
default: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue