mirror of
https://github.com/go-gitea/gitea
synced 2025-01-10 17:54:27 +00:00
cf3ffebfde
* fix: Issuer of OTP URI should be URI-encoded. follow this link https://github.com/google/google-authenticator/wiki/Key-Uri-Format . * filter unsafe character ':' in issuer * Use Replace rather than ReplaceAll