If I try to write a new pin to Connect using code like: ```r library(pins) b <- board_connect() b |> pin_write(1:10, "katie.masiello/this-is-not-really-katie") ``` the write succeeds and I get results like these:  The code for the HTML preview shows Katie's username, but that code will not work.