This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user