- Issue created by @mglaman
If you happen to dynamically alter the available routes to an empty array, this following error is thrown
Undefined variable $theme in gin_login_theme()
That's because $theme is not initialized before the foreach loop
Active
2.1
Code