Browse Source

Merge remote-tracking branch 'origin/master'

Taylor Otwell 8 years ago
parent
commit
e46a73ddb7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/Http/Controllers/Auth/AuthController.php
  2. 1 1
      public/web.config

+ 1 - 1
app/Http/Controllers/Auth/AuthController.php

@@ -28,7 +28,7 @@ class AuthController extends Controller
      *
      * @var string
      */
-    protected $redirectTo = '/home';
+    protected $redirectTo = '/';
 
     /**
      * Create a new authentication controller instance.

+ 1 - 1
public/web.config

@@ -15,7 +15,7 @@
             <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
             <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
           </conditions>
-	  <action type="Rewrite" url="index.php" />
+          <action type="Rewrite" url="index.php" />
         </rule>
       </rules>
     </rewrite>