3
0
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:
snipe
2018-08-01 03:51:59 -07:00
committed by GitHub
parent 911c2398ef
commit 694166862e
10 changed files with 166 additions and 14 deletions

View File

@ -1103,4 +1103,8 @@ class SettingsController extends Controller
}
}
public function getLoginAttempts() {
return view('settings.logins');
}
}