Skip to main content

create_test_user

Function create_test_user 

Source
pub async fn create_test_user(
    password: &str,
    email: bool,
    clean_up: bool,
) -> Result<(String, String, String, TestUserTimings), String>