diff --git a/templates/login.html b/templates/login.html
index 5da4396..f2e680a 100755
--- a/templates/login.html
+++ b/templates/login.html
@@ -31,6 +31,9 @@
},
function(data, status){
if (data == "verified"){
+ try{
+ umami.trackEvent('Good code', { type: 'goodcode', code: kod });
+ } catch(e) {}
$("#firstQuestion").fadeOut("slow", function(){
$("#secondQuestion").fadeIn("slow", function(){
$("#ini").focus();