Skip to content
  • Matt Baer's avatar
    Move unique OAuth username creation to client-side · cf3d5588
    Matt Baer authored
    Now, on OAuth signup form, we create a unique username with random appended string only if there's a conflict.
    Previously, this was always happening during the Slack OAuth flow. This has the benefit of preventing username collisions for all OAuth providers.
    cf3d5588