mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02:00
changed api-key to read-only-api-key for angolia
This commit is contained in:
@@ -145,7 +145,7 @@ module.exports = ProjectController =
|
||||
|
||||
if Settings?.algolia?.app_id? and Settings?.algolia?.read_only_api_key?
|
||||
viewModel.showUserDetailsArea = true
|
||||
viewModel.algolia_api_key = Settings.algolia.api_key
|
||||
viewModel.algolia_api_key = Settings.algolia.read_only_api_key
|
||||
viewModel.algolia_app_id = Settings.algolia.app_id
|
||||
else
|
||||
viewModel.showUserDetailsArea = false
|
||||
|
||||
Reference in New Issue
Block a user