@hyperbytes/wappler-2fa-code-generator 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// JavaScript Document
|
|
2
2
|
exports.code_generator = async function (options) {
|
|
3
3
|
// retrieves a file via remote http request and saves the file to the local server
|
|
4
|
-
|
|
4
|
+
options = this.parse(options);
|
|
5
5
|
let salt = this.parse(options.salt);
|
|
6
6
|
let repeats = this.parse(options.repeats);
|
|
7
7
|
let length = this.parse(options.length);
|