diff --git a/gehGassiApp/gehGassiApp.Core/Services/CommunicationService.cs b/gehGassiApp/gehGassiApp.Core/Services/CommunicationService.cs index c7cc88d..10a6616 100644 --- a/gehGassiApp/gehGassiApp.Core/Services/CommunicationService.cs +++ b/gehGassiApp/gehGassiApp.Core/Services/CommunicationService.cs @@ -1540,7 +1540,7 @@ namespace gehGassiApp.Core.Services var stringContent = new StringContent(json, Encoding.UTF8, "application/json"); - var serverResult = await _httpClient.PostAsync($"api/Account/SetAppUserTypeEx", stringContent, token).ConfigureAwait(false); + var serverResult = await _httpClient.PostAsync($"api/Account/SetAppUserTypeNoMango", stringContent, token).ConfigureAwait(false); if (serverResult.IsSuccessStatusCode) {