bug fixed

This commit is contained in:
병준 박 2022-08-14 05:22:26 +00:00
parent 1a8cd9a5ad
commit 31b49c47bf

View File

@ -8,7 +8,7 @@ pub const SUBJECT_CHECK_NICKNAME_FOR_DUPLICATION: &str =
pub const SUBJECT_CAPTCHA: &str = const_format::concatcp!(SUBJECT, ".Captcha");
pub const SUBJECT_SIGNIN: &str = const_format::concatcp!(SUBJECT, ".Signin");
pub const EVENT_SUBJECT_SIGNIN: &str = const_format::concatcp!(EVENT_SUBJECT, ".AfterSignin");
pub const EVENT_SUBJECT_AFTER_SIGNIN: &str = const_format::concatcp!(EVENT_SUBJECT, ".AfterSignin");
/// subject = bet.beteran.ss.identity.CheckUsernameForDuplication;
#[derive(Clone, PartialEq, ::prost::Message)]