0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-12 03:51:16 +01:00
gitea/routers/web/auth
wxiaoguang 31bb9f3247
Refactor more code in templates (#29236)
Follow #29165. 

* Introduce JSONTemplate to help to render JSON templates
* Introduce JSEscapeSafe for templates. Now only use `{{ ... |
JSEscape}}` instead of `{{ ... | JSEscape | Safe}}`
* Simplify "UserLocationMapURL" useage
2024-02-18 10:52:02 +01:00
..
2fa.go
auth.go
linkaccount.go
main_test.go
oauth_test.go
oauth.go Refactor more code in templates (#29236) 2024-02-18 10:52:02 +01:00
openid.go
password.go Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +00:00
webauthn.go