login_user

Function login_user 

Source
pub async fn login_user(
    pool: &SqlitePool,
    input: LoginInput,
) -> Result<LoginResponse, String>