mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(invite): more progress on completing invite form and actually creating a real user, #2353
This commit is contained in:
@@ -40,7 +40,7 @@ function (angular) {
|
||||
|
||||
$scope.revokeInvite = function(invite, evt) {
|
||||
evt.stopPropagation();
|
||||
backendSrv.patch('/api/org/invites/' + invite.id + '/revoke').then($scope.get);
|
||||
backendSrv.patch('/api/org/invites/' + invite.code + '/revoke').then($scope.get);
|
||||
};
|
||||
|
||||
$scope.copyInviteToClipboard = function(evt) {
|
||||
|
||||
Reference in New Issue
Block a user