Update account change username script for server rewrite

This commit is contained in:
2025-07-12 15:42:55 -07:00
parent 6003ea3fb3
commit 37f11aa7ae
2 changed files with 30 additions and 29 deletions

View File

@@ -50,7 +50,6 @@ public class AccountChangePassword : MonoBehaviour
return;
}
string response = SensitiveInfo.Decrypt(request.downloadHandler.text, SensitiveInfo.SERVER_RECEIVE_TRANSFER_KEY);
if (response == "-999")
{
AccountHandler.UpdateStatusText(changePasswordStatusText, "Server error while fetching data", Color.red);