• garretble@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    ·
    edit-2
    2 months ago

    For me it’s: remember the last user on this device!

    If I open Hulu and I have ONE account, why are you making me select the ONE account? I have to select it every time. They should know.

    if(accounts.length === 1) {
        setAccount(accounts[0]);
    }
    

    There. I fixed it. Give me a job.