Skip to content

Commit 7b09a88

Browse files
committed
fix: env encryption
1 parent 1d61840 commit 7b09a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/crypto/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func EncryptEnvData(data envstore.Store) (string, error) {
9999
return "", err
100100
}
101101

102-
return string(encryptedConfig), nil
102+
return EncryptB64(string(encryptedConfig)), nil
103103
}
104104

105105
// EncryptPassword is used for encrypting password

0 commit comments

Comments
 (0)