Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Jun 15, 2023
1 parent 5c9bc45 commit 519c5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion avRegistration/login-directive/login-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ angular.module('avRegistration')
function (altAuthMethod) {
return altAuthMethod.id === scope.selectedAltMethod;
}
);
) || null;
scope.setCurrentAltAuthMethod(altAuthMethod);
} else {
scope.status = 'Not found';
Expand Down
2 changes: 1 addition & 1 deletion dist/appCommon-v8.0.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ angular.module("avRegistration").config(function() {}), angular.module("avRegist
scope.alternative_auth_methods = scope.base_authevent.alternative_auth_methods,
altAuthMethod = _.find(scope.alternative_auth_methods, function(altAuthMethod) {
return altAuthMethod.id === scope.selectedAltMethod;
}), scope.setCurrentAltAuthMethod(altAuthMethod)) : (scope.status = "Not found",
}) || null, scope.setCurrentAltAuthMethod(altAuthMethod)) : (scope.status = "Not found",
document.querySelector(".input-error").style.display = "block");
}, function(response) {
scope.status = "Scan error: " + response.data.message, document.querySelector(".input-error").style.display = "block";
Expand Down

0 comments on commit 519c5ba

Please sign in to comment.