Files
WYGIWYH/app
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-04-01 01:05:28 -03:00
2026-06-08 07:57:18 +00:00
2025-11-08 14:06:01 -03:00
2024-09-26 11:00:40 -03:00
2024-09-26 11:00:40 -03:00