mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-29 06:33:44 +00:00
Replace manual token verification with automatic UUID generation. Tokens are now auto-generated on first save and can be reset via button. - Remove verification logic and base64 encoding - Add ResetToken() method with UUID generation - Sync profile username to web service settings - Simplify UI and improve error messages Based on Torzu PRs #22 and #28. Co-authored-by: anon <anon@noreply.localhost> Co-authored-by: spectranator <spectranator@y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion> Signed-off-by: Zephyron <zephyron@citron-emu.org>