Skip to content
Snippets Groups Projects
Commit 2d0c8548 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] Remove development variable

parent 33460d53
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ module.exports = ($scope, $state, PubkeyGenerator) => {
PubkeyGenerator($scope);
conf.dev_autoconf = true;
if (conf.dev_autoconf) {
$scope.$parent.conf.idty_uid = 'dev_' + ~~(Math.random() * 2147483647);
$scope.$parent.conf.idty_entropy = ~~(Math.random() * 2147483647) + "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment