Skip to content

Commit edfc9fc

Browse files
committed
[fix] #2473 custom themes and colors were not cleared/stored correctly
1 parent b73d95f commit edfc9fc

File tree

14 files changed

+161
-135
lines changed

14 files changed

+161
-135
lines changed

.idea/php.xml

-62
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/Core/Middleware/Auth.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use Leantime\Core\Eventhelpers;
77
use Leantime\Core\Frontcontroller;
88
use Leantime\Core\IncomingRequest;
9+
use Leantime\Core\Theme;
910
use Leantime\Domain\Auth\Services\Auth as AuthService;
1011
use Leantime\Domain\Projects\Services\Projects as ProjectsService;
1112
use Symfony\Component\HttpFoundation\RedirectResponse;

app/Core/Session.php

+2
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ public static function destroySession(): void
169169
);
170170
}
171171

172+
173+
172174
private static function get_client_ip()
173175
{
174176
$ipaddress = '';

0 commit comments

Comments
 (0)