Skip to content

Commit

Permalink
Bump up token size to 16 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed May 27, 2022
1 parent ce10454 commit 07fab2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ angular.module('emission.intro', ['emission.splash.startprefs',
};

$scope.agree = function() {
$scope.randomToken = $scope.generateRandomToken(8);
$scope.randomToken = $scope.generateRandomToken(16);
window.Logger.log("Signing in with random token "+$scope.randomToken);

StartPrefs.markConsented().then(function(response) {
Expand Down

0 comments on commit 07fab2b

Please sign in to comment.