• J
    refactor: make authenticated async everywhere · 0cdbd33b
    Joe Previte 提交于
    Since this checks if they are authenticated using the hash/password and it's
    async, we need to update authenticated to be async, which means we have to
    update it everywhere it's used.
    0cdbd33b
http.ts 5.7 KB