mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-15 01:14:27 -05:00
fix: old config variable prevents to create a share
This commit is contained in:
parent
22d81b2220
commit
8b77e81d4c
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ const Upload = ({
|
||||||
"share.allowUnauthenticatedShares"
|
"share.allowUnauthenticatedShares"
|
||||||
),
|
),
|
||||||
enableEmailRecepients: config.get(
|
enableEmailRecepients: config.get(
|
||||||
"ENABLE_SHARE_EMAIL_RECIPIENTS"
|
"email.enableShareEmailRecipients"
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
uploadFiles
|
uploadFiles
|
||||||
|
|
Loading…
Add table
Reference in a new issue