mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
code format
This commit is contained in:
parent
1076fb8391
commit
0d1a6e96f3
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user