File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
client/packages/lowcoder/src Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ interface FormLoginRequest extends CommonLoginParam {
2929 password : string ;
3030 register : boolean ;
3131 authId ?: string ;
32+ orgId ?: string ;
3233}
3334
3435export interface GetUserResponse extends ApiResponse {
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ export default function FormLogin(props: FormLoginProps) {
4646 password : password ,
4747 invitationId : invitationId ,
4848 source : UserConnectionSource . email ,
49+ orgId : props . organizationId ,
4950 authId,
5051 } ) ,
5152 false ,
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ function UserRegister() {
6262 password : password ,
6363 invitationId,
6464 source : UserConnectionSource . email ,
65+ orgId : organizationId ,
6566 authId,
6667 } ) ,
6768 false ,
You can’t perform that action at this time.
0 commit comments