Jeremy-Code-F

Results 4 comments of Jeremy-Code-F

Simpler console application example that reproduces the issue - ``` using System.Net.Http.Headers; var apiKey = "apikey"; var bearerToken ="token"; var url = "https://www.bungie.net/Platform/User/GetMembershipsForCurrentUser"; var httpClient = new HttpClient(); HttpRequestMessage message...

I'd like to take a shot at this. Seems like it'd be as simple as returning a [409](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/409) when the unique violation happens for emails Then the frontend could display...

Seems like it is fixed in https://github.com/LemmyNet/lemmy/pull/3093

https://github.com/LemmyNet/lemmy/issues/3169