File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
features/admin.flow-builder-core.v1/data Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @wso2is/admin.flow-builder-core.v1 " : patch
3+ " @wso2is/console " : patch
4+ ---
5+
6+ add SMS OTP executor to the action button’s resource panel
Original file line number Diff line number Diff line change 4848 }
4949 },
5050 "display" : {
51- "label" : " Verify OTP Code" ,
51+ "label" : " Verify Email OTP Code" ,
5252 "image" : " https://www.svgrepo.com/show/479622/email-18.svg" ,
5353 "defaultVariant" : " PRIMARY"
5454 }
55+ },
56+ {
57+ "action" : {
58+ "type" : " EXECUTOR" ,
59+ "executor" : {
60+ "name" : " SMSOTPExecutor"
61+ }
62+ },
63+ "display" : {
64+ "label" : " Verify SMS OTP Code" ,
65+ "image" : " https://www.svgrepo.com/show/325390/message-text.svg" ,
66+ "defaultVariant" : " PRIMARY"
67+ }
5568 }
5669 ]
5770 }
You can’t perform that action at this time.
0 commit comments