#7658 Fix linking account if multiple IDP on common user overlay (#7845)

This commit is contained in:
Emil Olsson
2020-04-09 17:25:48 +02:00
committed by GitHub
parent bcea0f645a
commit 199d908d7a
2 changed files with 6 additions and 3 deletions

View File

@@ -91,6 +91,10 @@ angular.module("umbraco")
});
}
$scope.linkProvider = function (e) {
e.target.submit();
}
$scope.unlink = function (e, loginProvider, providerKey) {
var result = confirm("Are you sure you want to unlink this account?");
if (!result) {