Skip to content

Commit 6f484a2

Browse files
committed
Change actionId to action
1 parent 9542ba9 commit 6f484a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/easy-windows-stare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@asgardeo/javascript': patch
3+
---
4+
5+
Change `actionId` to `action`

packages/javascript/src/models/v2/embedded-signin-flow-v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export interface EmbeddedSignInFlowRequest extends Partial<EmbeddedSignInFlowIni
321321
* Identifier of the specific action being triggered.
322322
* Corresponds to action components in the UI (e.g., submit button, social login).
323323
*/
324-
actionId?: string;
324+
action?: string;
325325

326326
/**
327327
* User input data collected from the form components.

0 commit comments

Comments
 (0)