Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
permalinks.helper('random', function(val) {
return random.apply(null, val.split(','));
});
onDiceClick () {
this.hideRpcSecret = false
const rpcSecret = randomize('Aa0', 12)
this.form.rpcSecret = rpcSecret
setTimeout(() => {
this.hideRpcSecret = true
}, 2000)
},
onFactoryResetClick () {