From 5766985913a125a29e5694c84d6bd8d871a6dc94 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 13 Jul 2021 16:05:11 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20558db?= =?UTF-8?q?ef7127331b2b31b0d87ddf921e1d34a2447=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcaptcha/constant.GIT_COMMIT_HASH.html | 2 +- src/mcaptcha/api/v1/auth.rs.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mcaptcha/constant.GIT_COMMIT_HASH.html b/mcaptcha/constant.GIT_COMMIT_HASH.html index c89a9f5f..19812607 100644 --- a/mcaptcha/constant.GIT_COMMIT_HASH.html +++ b/mcaptcha/constant.GIT_COMMIT_HASH.html @@ -1,5 +1,5 @@ GIT_COMMIT_HASH in mcaptcha - Rust

Constant mcaptcha::GIT_COMMIT_HASH[][src]

pub const GIT_COMMIT_HASH: &str = "47cca5c9a7b672fdfb8b81a327faeef71cbe35d2";
+ Change settings

Constant mcaptcha::GIT_COMMIT_HASH[][src]

pub const GIT_COMMIT_HASH: &str = "558dbef7127331b2b31b0d87ddf921e1d34a2447";
\ No newline at end of file diff --git a/src/mcaptcha/api/v1/auth.rs.html b/src/mcaptcha/api/v1/auth.rs.html index 2ce84a64..260ce9f5 100644 --- a/src/mcaptcha/api/v1/auth.rs.html +++ b/src/mcaptcha/api/v1/auth.rs.html @@ -419,7 +419,7 @@ if msg.contains("mcaptcha_users_name_key") { return Err(ServiceError::UsernameTaken); } else if msg.contains("mcaptcha_users_email_key") { - return Err(ServiceError::UsernameTaken); + return Err(ServiceError::EmailTaken); } else if msg.contains("mcaptcha_users_secret_key") { continue; } else {