From 580cd4dd17b029dd22c50a75a4e93c37a463aeaf Mon Sep 17 00:00:00 2001 From: Enrique Rodriguez <2329889+emaceda@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:47:32 +0100 Subject: [PATCH] Update Auth.php Resolve an error when CSP is enabled, the style attribute in the table cause an error in console. --- src/Collectors/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Collectors/Auth.php b/src/Collectors/Auth.php index a1824d4bd..a0e8331b1 100644 --- a/src/Collectors/Auth.php +++ b/src/Collectors/Auth.php @@ -83,7 +83,7 @@ public function display(): string $html = '
| User ID | #{$user->id} |
| User ID | #{$user->id} |
| Username | {$user->username} |
| {$user->email} | |
| Groups | {$groupsForUser} |