mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-13 18:24:53 +00:00
1d698f12ce
Replace the single-use `uint8-to-base64` dependency with native `btoa`/`atob`. The implementation is exactly identical. --------- Signed-off-by: silverwind <me@silverwind.io>