mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: ensure authorization check is performed during component mount
This commit is contained in:
parent
cdf6b5f161
commit
d4fb69ea98
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ class HealthChecks extends Component
|
||||||
|
|
||||||
public function mount()
|
public function mount()
|
||||||
{
|
{
|
||||||
|
$this->authorize('view', $this->resource);
|
||||||
$this->syncData(false);
|
$this->syncData(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue