fix: disable misconfigured default expiration date public links
This commit is contained in:
committed by
Ralf Haferkamp
parent
21470ab392
commit
0341097430
@@ -206,7 +206,7 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
|
||||
},
|
||||
},
|
||||
"expire_date": map[string]interface{}{
|
||||
"enabled": true,
|
||||
"enabled": false,
|
||||
},
|
||||
"can_edit": true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user