fixed install script

This commit is contained in:
ston1th 2019-05-04 22:09:52 +02:00
commit 02b8970c1c
2 changed files with 16 additions and 9 deletions

View file

@ -16,6 +16,11 @@ import (
"time"
)
const (
day = time.Hour * 24
max = day * 90
)
const (
userClaim = "user"
totpClaim = "totp"