mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-14 12:23:44 +02:00
fix #363
This commit is contained in:
@@ -182,4 +182,14 @@ class LoginController extends Controller
|
||||
return redirect()->route('auth.login');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the login username to be used by the controller.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function username()
|
||||
{
|
||||
return 'user';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user