Skip to content

Commit d9435af

Browse files
committed
[IMP] spp_openid_vci: close windown when clicking confirm button
1 parent 63f2ca3 commit d9435af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

spp_openid_vci/wizard/vci_issuer_selection_view.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@
1515

1616
</sheet>
1717
<footer>
18-
<button name="issue_card" string="Confirm" type="object" class="btn btn-success" />
18+
<button
19+
name="issue_card"
20+
string="Confirm"
21+
type="object"
22+
class="btn btn-success"
23+
close="1"
24+
/>
1925
<button string="Cancel" class="btn btn-danger" special="cancel" />
2026
</footer>
2127
</form>

0 commit comments

Comments
 (0)