Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Sep 28, 2023
1 parent 6daaa2b commit 4435287
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/appCommon-v10.0.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,8 @@ angular.module("avRegistration").config(function() {}), angular.module("avRegist
[ element.name, element.value ];
}));
if (!stop) {
if (field && (field.value = ""), scope.sendingData = !0, scope.skipSendAuthCode) return onAuthCodeSent(),
if (scope.current_alt_auth_method_id && (data.alt_auth_method_id = scope.current_alt_auth_method_id),
field && (field.value = ""), scope.sendingData = !0, scope.skipSendAuthCode) return onAuthCodeSent(),
void (scope.skipSendAuthCode = !1);
Authmethod.resendAuthCode(data, autheventid).then(onAuthCodeSent, function(response) {
$timeout(scope.sendingDataTimeout, 3e3), scope.error = $i18next("avRegistration.errorSendingAuthCode");
Expand Down

0 comments on commit 4435287

Please sign in to comment.