account setup uses an inviteToken now

This commit is contained in:
Johannes Zellner
2021-10-01 12:27:59 +02:00
parent e9b24f7313
commit f07978cf08
+1 -1
View File
@@ -84,7 +84,7 @@ app.controller('SetupAccountController', ['$scope', '$translate', '$http', funct
$scope.error = null;
var data = {
resetToken: search.resetToken,
inviteToken: search.inviteToken,
password: $scope.password
};