+
+
+
+
+ Total login attempts
+
+
+ {{ getStat('TotalLoginAttempts') }}
+
+
+
+
+ Unique passwords
+
+
+ {{ getStat('UniquePasswords') }}
+
+
+
+
+ Unique usernames
+
+
+ {{ getStat('UniqueUsernames') }}
+
+
+
+
+ Unique IPs
+
+
+ {{ getStat('UniqueIPs') }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/web/frontend/src/main.ts b/web/frontend/src/main.ts
index 8ff3bd3..f2b87a2 100644
--- a/web/frontend/src/main.ts
+++ b/web/frontend/src/main.ts
@@ -2,6 +2,7 @@ import Vue from 'vue';
import { BootstrapVue, IconsPlugin } from 'bootstrap-vue';
import VueRouter, { RouteConfig } from 'vue-router';
import AttemptList from '@/components/AttemptList.vue';
+import Home from '@/components/Home.vue';
import Stats from '@/components/Stats.vue';
import 'bootstrap/dist/css/bootstrap.css';
import 'bootstrap-vue/dist/bootstrap-vue.css';
@@ -21,7 +22,7 @@ const routes: Array