fix: auth flow
This commit is contained in:
@@ -94,7 +94,7 @@ func EncryptEnvData(data envstore.Store) (string, error) {
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
encryptedConfig, err := EncryptAES(configData)
|
||||
encryptedConfig, err := EncryptAES(string(configData))
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
Reference in New Issue
Block a user