mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Combination of initial files and some new code for login and user registration.
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
<title>Bla bla</title>
|
||||
</head>
|
||||
<body>
|
||||
Bla bla
|
||||
{{App::environment()}}
|
||||
@if(Auth::check())
|
||||
logged in!
|
||||
@endif
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user