Skip to content

Commit

Permalink
[fix] #2473 custom themes and colors were not cleared/stored correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Apr 28, 2024
1 parent b73d95f commit edfc9fc
Show file tree
Hide file tree
Showing 14 changed files with 161 additions and 135 deletions.
62 changes: 0 additions & 62 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/Core/Middleware/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Leantime\Core\Eventhelpers;
use Leantime\Core\Frontcontroller;
use Leantime\Core\IncomingRequest;
use Leantime\Core\Theme;
use Leantime\Domain\Auth\Services\Auth as AuthService;
use Leantime\Domain\Projects\Services\Projects as ProjectsService;
use Symfony\Component\HttpFoundation\RedirectResponse;
Expand Down
2 changes: 2 additions & 0 deletions app/Core/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ public static function destroySession(): void
);
}



private static function get_client_ip()
{
$ipaddress = '';
Expand Down
Loading

0 comments on commit edfc9fc

Please sign in to comment.