Skip to content

Commit

Permalink
Fix auth placeholsers and home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Aios authored and Lunatig committed Jul 15, 2019
1 parent 4d58aa2 commit 75914c0
Show file tree
Hide file tree
Showing 11 changed files with 911 additions and 463 deletions.
541 changes: 366 additions & 175 deletions _ide_helper.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/Http/Sections/Countries.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Countries extends Section implements Initializable
/**
* @var string
*/
protected $alias;
protected $alias = "countries";

/**
* Initialize class.
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/Auth/LoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class LoginController extends Controller
*
* @var string
*/
protected $redirectTo = '/home';
protected $redirectTo = '/admin';

/**
* Create a new controller instance.
Expand Down
Loading

0 comments on commit 75914c0

Please sign in to comment.