fix login issue
This commit is contained in:
+2
-1
@@ -11,5 +11,6 @@ type Token struct {
|
||||
}
|
||||
|
||||
type Customer struct {
|
||||
Token Token `mapstructure:"token"`
|
||||
ExpiresTTL int `mapstructure:"expires-ttl"`
|
||||
Secret string `mapstructure:"secret"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user