set email

This commit is contained in:
realaravinth
2021-04-14 09:45:59 +05:30
parent 420ff75817
commit 06815469b7
6 changed files with 90 additions and 28 deletions

View File

@@ -36,6 +36,7 @@ pub fn services(cfg: &mut ServiceConfig) {
cfg.service(auth::email_exists);
cfg.service(auth::get_secret);
cfg.service(auth::update_user_secret);
cfg.service(auth::set_email);
// mcaptcha
cfg.service(mcaptcha::mcaptcha::add_mcaptcha);