Skip to content

Commit 1fb903a

Browse files
committed
Add missing params
1 parent aceb1fd commit 1fb903a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/webapp/user/otp-detail.zul

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<z:div sclass="@load(empty vm.tokenType ? '' : 'flex flex-wrap')">
6565
<div class="mb2">
6666
<z:radio label="${labels.usr.otp_soft}" radiogroup="style" sclass="db dark-blue2 mr4" checked="@load(vm.tokenType eq 'SOFT')"
67-
w:onClick="alertRef = $('#feedback-otp')" onCheck="@('chooseType', 'SOFT')"/>
67+
w:onClick="alertRef = $('#feedback-otp')" onCheck="@('chooseType', 'SOFT', null)"/>
6868
<z:div class="f7 pl3-ns gray" visible="@load(empty vm.tokenType)">${labels.usr.otp_soft_text}</z:div>
6969
</div>
7070
<div class="mb2">

app/src/main/webapp/user/phone-detail-shared.zul

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<div class="pb3 flex flex-wrap">
7171
<div class="relative w4 mt3 pr3">
7272
<z:textbox id="sentCode" sclass="focused-text w-100 pb1" value="@bind(vm.code)" ca:required="required"
73-
onOK="@('checkCode')"/>
73+
onOK="@('checkCode', ninick)"/>
7474
<label class="focused-label">${labels.usr.mobile_code}</label>
7575
</div>
7676
<div class="pt2">

0 commit comments

Comments
 (0)