diff --git a/Makefile b/Makefile index 29dbaa8e..ef129905 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ endif BINARY=keymaster # These are the values we want to pass for Version and BuildTime -VERSION=1.11.1 +VERSION=1.11.2 #BUILD_TIME=`date +%FT%T%z` # Setup the -ldflags option for go build here, interpolate the variable values diff --git a/cmd/keymasterd/templateData.go b/cmd/keymasterd/templateData.go index 639c52a4..07e42571 100644 --- a/cmd/keymasterd/templateData.go +++ b/cmd/keymasterd/templateData.go @@ -314,7 +314,6 @@ type profilePageTemplateData struct { RegisteredTOTPDevice []registeredTOTPTDeviceDisplayInfo } -// {{ .Date | formatAsDate}} {{ printf "%-20s" .Description }} {{.AmountInCents | formatAsDollars -}} const profileHTML = ` {{define "userProfilePage"}}