mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(users): Create user_key_store table and begin_totp API (#4577)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -44,6 +44,7 @@ pub mod routing_algorithm;
|
||||
#[allow(unused_qualifications)]
|
||||
pub mod schema;
|
||||
pub mod user;
|
||||
pub mod user_key_store;
|
||||
pub mod user_role;
|
||||
|
||||
use diesel_impl::{DieselArray, OptionalDieselArray};
|
||||
|
||||
Reference in New Issue
Block a user