Task #17 - Created login page added to routing and replaced name mentions with app_name token

This commit is contained in:
2020-02-07 23:36:39 -06:00
parent e5f3410b8b
commit b4d16d764e
5 changed files with 71 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ const app_config = {
* The name of the application.
* Used through-out the application as the proper display name.
*/
name: env("APP_NAME", "Flitter"),
name: env("APP_NAME", "unknown"),
/*
* URL of the application.