added a ssl fix for form in /auth/login
added a new filter: SslFixFilter added SslFixFilter to auth route added SslFixFilter to RoutingServiceProvider
This commit is contained in:
@@ -4,6 +4,7 @@ Route::group(['before' => 'has_setting:app_name', 'namespace' => 'CachetHQ\Cache
|
||||
// Login routes
|
||||
Route::get('/auth/login', [
|
||||
'before' => 'guest',
|
||||
'after' => 'sslfix',
|
||||
'as' => 'login',
|
||||
'uses' => 'AuthController@showLogin',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user