fixed install script
This commit is contained in:
parent
2fc4f8c963
commit
02b8970c1c
2 changed files with 16 additions and 9 deletions
|
|
@ -16,6 +16,11 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
const (
|
||||
day = time.Hour * 24
|
||||
max = day * 90
|
||||
)
|
||||
|
||||
const (
|
||||
userClaim = "user"
|
||||
totpClaim = "totp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue