mirror of
https://github.com/moparisthebest/mail
synced 2025-01-30 22:50:17 -05:00
Update to fixed crypto-lib
This commit is contained in:
parent
d66890211a
commit
d31c8a69e6
@ -83,7 +83,7 @@ define(function(require) {
|
||||
// go to step 1
|
||||
$scope.step = 1;
|
||||
// generate new code for the user
|
||||
$scope.code = util.randomString(24).toUpperCase();
|
||||
$scope.code = util.randomString(24);
|
||||
$scope.displayedCode = $scope.code.slice(0, 4) + '-' + $scope.code.slice(4, 8) + '-' + $scope.code.slice(8, 12) + '-' + $scope.code.slice(12, 16) + '-' + $scope.code.slice(16, 20) + '-' + $scope.code.slice(20, 24);
|
||||
|
||||
// clear input fields of any previous artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user