UNPKG

auth0-lock

Version:
11 lines (9 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setVcode = setVcode; var _index = require("./index"); function setVcode(m, str) { return (0, _index.setField)(m, 'vcode', str.replace(/[\s-]+/g, '')); }