Skip to content

Commit

Permalink
nobody saw anything
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed Dec 16, 2023
1 parent 3f93fd4 commit 672b021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/jwt.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func GenerateLoginJwtString(loginJwtFields LoginJwtFields) (string, error) {

if err != nil {
// Default of 30 days
jwtValidityTime = 0
jwtValidityTime = 24 * 30

log.Warn().Msgf("Could not parse JWT validity time from the environment. Set to default of %d hours.", jwtValidityTime)
}
Expand Down

0 comments on commit 672b021

Please sign in to comment.