mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-14 15:22:18 +00:00
fix: session duration can't be updated
This commit is contained in:
@@ -16,5 +16,6 @@ type AppConfig struct {
|
||||
}
|
||||
|
||||
type AppConfigUpdateDto struct {
|
||||
AppName string `json:"appName" binding:"required"`
|
||||
AppName string `json:"appName" binding:"required"`
|
||||
SessionDuration string `json:"sessionDuration" binding:"required"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user