Task #17 - Created login page added to routing and replaced name mentions with app_name token
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user