fix login issue

This commit is contained in:
Aditya Siregar
2025-09-18 12:27:03 +07:00
parent be92ec8b23
commit 67812a1d75
2 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -11,5 +11,6 @@ type Token struct {
}
type Customer struct {
Token Token `mapstructure:"token"`
ExpiresTTL int `mapstructure:"expires-ttl"`
Secret string `mapstructure:"secret"`
}