mirror of
https://github.com/snipe/snipe-it.git
synced 2026-04-26 17:55:39 +00:00
Added attempted logins admin screen (#6018)
* Added attempted logins admin screen * Smaller table spacing
This commit is contained in:
@ -1103,4 +1103,8 @@ class SettingsController extends Controller
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public function getLoginAttempts() {
|
||||
return view('settings.logins');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user