mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(cloudcmd) createPass: algo, pass -> pass, algo
This commit is contained in:
parent
7637cf740a
commit
4865b3c8c0
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@
|
|||
}
|
||||
|
||||
function getPassword(password) {
|
||||
return createPass(config('algo'), password);
|
||||
return createPass(password, config('algo'));
|
||||
}
|
||||
|
||||
function version() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue