Skip to content

Commit

Permalink
Fix showing register your Cloud link
Browse files Browse the repository at this point in the history
  • Loading branch information
fracz committed Nov 21, 2022
1 parent 2dc856b commit d964573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SuplaBundle/Twig/FrontendConfig.php
Expand Up @@ -49,7 +49,7 @@ public function getConfig() {
return array_merge(
$parameters,
[
'isCloudRegistered' => !$this->autodiscover->isTarget(),
'isCloudRegistered' => $this->autodiscover->isTarget(),
'max_upload_size' => [
'file' => $this->getMaxUploadSizePerFile(),
'total' => $this->getMaxUploadSize(),
Expand Down

0 comments on commit d964573

Please sign in to comment.