forgejo/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 fix issuer of OTP URI should be URI-encoded. (#6634) 2019-05-27 18:00:32 +01:00
auth.go
auth_openid.go
home.go
home_test.go
main_test.go
notification.go
oauth.go
profile.go