Revert "add refresh token to cli"

This commit is contained in:
Maidul Islam
2023-05-26 16:56:02 -04:00
committed by GitHub
parent 1fb9aad08a
commit 6b0e0f70d2
6 changed files with 22 additions and 70 deletions

View File

@@ -5,10 +5,9 @@ import (
)
type UserCredentials struct {
Email string `json:"email"`
PrivateKey string `json:"privateKey"`
JTWToken string `json:"JTWToken"`
RefreshToken string `json:"RefreshToken"`
Email string `json:"email"`
PrivateKey string `json:"privateKey"`
JTWToken string `json:"JTWToken"`
}
// The file struct for Infisical config file