Skip to content

Commit e6bb1a1

Browse files
Merge pull request #796 from OpenSPP/issue-card-close-windown-fix
[IMP] spp_openid_vci: close windown when clicking confirm button
2 parents 3a5256f + d9435af commit e6bb1a1

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)