Skip to content

Commit a06e543

Browse files
committed
Merge main
1 parent c82a931 commit a06e543

File tree

1 file changed

+1
-1
lines changed
  • src/internet_identity_interface/src/internet_identity

1 file changed

+1
-1
lines changed

src/internet_identity_interface/src/internet_identity/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ pub enum DeployArchiveResult {
391391
Failed(String),
392392
}
393393

394-
#[derive(Clone, Debug, CandidType, Deserialize, Eq, PartialEq)]
394+
#[derive(Clone, Debug, CandidType, Serialize, Deserialize, Eq, PartialEq)]
395395
pub enum OpenIdEmailVerification {
396396
Google,
397397
Microsoft,

0 commit comments

Comments
 (0)