diff --git a/.env.example b/.env.example
index d80e4c7..fac4328 100755
--- a/.env.example
+++ b/.env.example
@@ -20,7 +20,7 @@ CI_ENVIRONMENT = development
# APP
#--------------------------------------------------------------------
-app.baseURL = 'http://localhost/codeigniterauth/public/'
+app.baseURL = 'http://localhost/yourfolder/public/'
# app.forceGlobalSecureRequests = false
# app.sessionDriver = 'CodeIgniter\Session\Handlers\FileHandler'
diff --git a/.gitignore b/.gitignore
index 8da9861..0c2dc5b 100755
--- a/.gitignore
+++ b/.gitignore
@@ -83,7 +83,7 @@ phpunit
#-------------------------
# Composer
#-------------------------
-vendor/
+# vendor/
composer.lock
#-------------------------
diff --git a/app/Views/auth/layouts/auth.php b/app/Views/auth/layouts/auth.php
index d5b7535..3d41bf0 100644
--- a/app/Views/auth/layouts/auth.php
+++ b/app/Views/auth/layouts/auth.php
@@ -17,7 +17,7 @@
-
+