fix: env encryption
This commit is contained in:
@@ -99,7 +99,7 @@ func EncryptEnvData(data envstore.Store) (string, error) {
|
||||
return "", err
|
||||
}
|
||||
|
||||
return string(encryptedConfig), nil
|
||||
return EncryptB64(string(encryptedConfig)), nil
|
||||
}
|
||||
|
||||
// EncryptPassword is used for encrypting password
|
||||
|
Reference in New Issue
Block a user