Files
WYGIWYH/app/templates
obervinov 9e9e60ccec fix: copy the raw API token from the input value
The copy button passed the token through Django's escapejs filter into the
hyperscript writeText() call, which turns every "-" into -. hyperscript
does not decode \u escapes, so any token containing "-" (common with
token_urlsafe) was copied corrupted and failed auth on paste. Copy from the
input's value instead, which holds the unescaped raw token.
2026-06-30 01:02:54 +04:00
..
2025-11-18 01:04:39 -03:00
2024-10-14 11:05:32 -03:00
2025-11-18 01:04:39 -03:00
2025-11-10 00:28:16 -03:00
2025-11-22 01:10:01 -03:00
2025-11-10 00:28:16 -03:00
2025-11-18 01:04:39 -03:00
2025-11-10 00:28:16 -03:00
2025-11-18 01:04:39 -03:00
2025-11-10 00:28:16 -03:00
2025-11-11 20:21:01 -03:00
2025-11-10 00:28:16 -03:00
2025-11-22 01:30:43 -03:00
2025-12-14 11:42:51 -03:00
2025-11-10 00:28:16 -03:00
2025-11-18 01:04:39 -03:00