fix(dashboard): Correctly redirect guests to login page when opening dashboard

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/46010/head
Joas Schilling 2024-06-20 15:40:43 +07:00
parent 8ac9e08f20
commit 0526c6b933
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with 1 additions and 1 deletions

@ -14,7 +14,7 @@ use OCP\IConfig;
class DashboardService {
public function __construct(
private IConfig $config,
private String $userId,
private ?string $userId,
) {
}