1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

remove duplicate secret prop from session collection

This commit is contained in:
Torsten Dittmann 2021-02-22 13:03:34 +01:00
parent 6dbc3966b2
commit 7aab693d66

View file

@ -319,15 +319,6 @@ $collections = [
'required' => true,
'array' => false,
],
[
'$collection' => Database::SYSTEM_COLLECTION_RULES,
'label' => 'Secret',
'key' => 'secret',
'type' => Database::SYSTEM_VAR_TYPE_TEXT,
'default' => '',
'required' => true,
'array' => false,
],
[
'$collection' => Database::SYSTEM_COLLECTION_RULES,
'label' => 'Provider',