mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Code reordering and reformatting. I should really start employing style CI.
This commit is contained in:
@@ -60,7 +60,7 @@ trait UserNavigation
|
||||
Log::debug(sprintf('The URI is %s', $uri));
|
||||
|
||||
if (str_contains($uri, 'jscript')) {
|
||||
$uri = $this->redirectUri;
|
||||
$uri = $this->redirectUri;
|
||||
Log::debug(sprintf('URI is now %s (uri contains jscript)', $uri));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user