Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Biggs committed Sep 15, 2024
1 parent e97a1b2 commit 42142f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "supabase-auth"
authors = ["Eric Biggs"]
description = "Supabase Auth implementation following the official client libraries."
readme = "README.md"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["supabase", "supabase-auth", "authentication", "auth"]
Expand Down
2 changes: 1 addition & 1 deletion src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pub struct VerifyEmailOtpParams {
pub token: String,
/// The user's verification type.
#[serde(rename = "type")]
pub otp_type: MobileOtpType,
pub otp_type: EmailOtpType,
/// Optional parameters
#[serde(skip_serializing_if = "Option::is_none")]
pub options: Option<VerifyOtpOptions>,
Expand Down

0 comments on commit 42142f1

Please sign in to comment.