Minor Correction

This commit is contained in:
Netkas 2022-12-07 20:40:57 -05:00
parent f8a7e22f59
commit 2a7b92ca94

View file

@ -441,7 +441,7 @@
if(!ncc::cliMode())
return null;
Console::outWarning('passwordInput() is not properly implemented yet, defaulting to prompt');
// passwordInput() is not properly implemented yet, defaulting to prompt
return self::getInput($prompt);
/**