mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 20:16:00 +00:00
code format
This commit is contained in:
@@ -54,7 +54,7 @@ function encryptPasswordField(connection, field) {
|
|||||||
[field]: 'crypt:' + getEncryptor().encrypt(connection[field]),
|
[field]: 'crypt:' + getEncryptor().encrypt(connection[field]),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return connection;
|
return connection;
|
||||||
}
|
}
|
||||||
|
|
||||||
function decryptPasswordField(connection, field) {
|
function decryptPasswordField(connection, field) {
|
||||||
|
|||||||
Reference in New Issue
Block a user