Skip to content

Commit

Permalink
Misc email registration flow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dfunkt committed Mar 4, 2025
1 parent b8edab4 commit 68ad05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/core/accounts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ pub struct RegisterData {

name: Option<String>,

token: Option<String>,
#[allow(dead_code)]
organization_user_id: Option<MembershipId>,

// Used only from the register/finish endpoint
email_verification_token: Option<String>,
accept_emergency_access_id: Option<EmergencyAccessId>,
accept_emergency_access_invite_token: Option<String>,
#[serde(alias = "token")]
org_invite_token: Option<String>,
}

Expand Down

0 comments on commit 68ad05f

Please sign in to comment.