mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(auth) rm Util
This commit is contained in:
parent
a3c10ebe6f
commit
517b5a7f6f
1 changed files with 2 additions and 2 deletions
|
|
@ -2,12 +2,12 @@
|
|||
'use strict';
|
||||
|
||||
var DIR = './',
|
||||
DIR_LIB = DIR + '../',
|
||||
|
||||
crypto = require('crypto'),
|
||||
|
||||
tryRequire = require(DIR + 'tryRequire', {log: true}),
|
||||
config = require(DIR + 'config'),
|
||||
Util = require(DIR_LIB + 'util'),
|
||||
|
||||
oldPass,
|
||||
oldName;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue