Эх сурвалжийг харах

Send '?from=fe2' to auth if not authenticated

Vijayakrishnan 3 жил өмнө
parent
commit
0c718e95ce

+ 1 - 1
app/Http/Middleware/ProAuthenticated.php

@@ -27,7 +27,7 @@ class ProAuthenticated
                 echo('AUTH_URL is not specified.');
                 echo('AUTH_URL is not specified.');
                 exit;
                 exit;
             }
             }
-            return redirect($authUrl);
+            return redirect($authUrl . '?from=fe2');
         }
         }
 
 
         //log session activity 
         //log session activity