Skip to content

Commit

Permalink
Merge pull request #46010 from nextcloud/bugfix/noid/allow-guests-to-…
Browse files Browse the repository at this point in the history
…load-the-dashboard

fix(dashboard): Correctly redirect guests to login page when opening dashboard
  • Loading branch information
nickvergessen authored Jul 8, 2024
2 parents b94a1f7 + 0526c6b commit 59d6b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/lib/Service/DashboardService.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class DashboardService {
public function __construct(
private IConfig $config,
private String $userId,
private ?string $userId,
) {

}
Expand Down

0 comments on commit 59d6b37

Please sign in to comment.