mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(cloudcmd) criton: crash when password set (#310)
This commit is contained in:
parent
84d1db5f1e
commit
89570857bb
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ async function validateRoot(root, config) {
|
|||
}
|
||||
|
||||
async function getPassword(password) {
|
||||
const criton = await import('criton');
|
||||
const criton = await simport('criton');
|
||||
return criton(password, config('algo'));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue