Skip to main content

register_user

Function register_user 

Source
pub async fn register_user(
    db: &DbHandle,
    email: &str,
    name: &str,
    password: &str,
) -> Result<Model>