mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(operation) rm " "
This commit is contained in:
parent
9641415a00
commit
ac598c7f95
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ function OperationProto(operation, data) {
|
|||
function authCheck(spawn, ok) {
|
||||
if (!config('auth'))
|
||||
return ok();
|
||||
|
||||
|
||||
spawn.on('accept', ok);
|
||||
spawn.on('reject', () => {
|
||||
Dialog.alert(TITLE, 'Wrong credentials!');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue