Function create_account

Source
pub async fn create_account(
    username: String,
    password: String,
    password_repeat: String,
) -> Result<UserSession, ServerFnError>