mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 19:21:36 +00:00
fix: ensure authorization check is performed during component mount
This commit is contained in:
@@ -96,6 +96,7 @@ class HealthChecks extends Component
|
||||
|
||||
public function mount()
|
||||
{
|
||||
$this->authorize('view', $this->resource);
|
||||
$this->syncData(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user