0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-28 10:14:32 +01:00
gitea/routers/user
Hui Hui cf3ffebfde fix issuer of OTP URI should be URI-encoded. (#6634)
* 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
2019-05-27 18:00:32 +01:00
..
setting
auth.go
auth_openid.go
home.go
home_test.go
main_test.go
notification.go
oauth.go
profile.go