mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
When upserting a client, the device name would overwrite any name changes performed by the admin. To prevent this, we don't allow changing a device's name on upsert conflicts, only on initial insert and updates. Fixes #8536 Co-authored-by: Antoine <antoinelabarussias@gmail.com>