0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-18 03:22:57 +01:00
gitea/web_src/js
Jason Song 6f1f3e6c08
Show the mismatched ROOT_URL warning on the sign-in page if OAuth2 is enabled (#25947)
Since OAuth2 will callback the root URL, if the user starts signing in
from a wrong host, Gitea will return 500 because it cannot find the
session.

<details>
<summary>How to reproduce</summary>

<img width="901" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/2c2e255c-e13e-4a11-9be7-b226bee54920">

<img width="1014" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/b31cfcf6-a320-483d-9ce5-ba8562f065e1">

</details>


So show the mismatched ROOT_URL warning on the sign-in page if OAuth2 is
enabled.

<img width="1015" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/99e80b17-c790-49a3-bbf2-2bd9396a7daa">
2023-07-18 22:14:30 +00:00
..
components Always pass 6-digit hex color to monaco (#25780) 2023-07-09 12:17:22 +02:00
features Show the mismatched ROOT_URL warning on the sign-in page if OAuth2 is enabled (#25947) 2023-07-18 22:14:30 +00:00
markup
modules Import sortablejs only once (#25936) 2023-07-17 18:06:37 +00:00
render
standalone
test
utils Always pass 6-digit hex color to monaco (#25780) 2023-07-09 12:17:22 +02:00
webcomponents
bootstrap.js
index.js
jquery.js
svg.js Move public asset files to the proper directory (#25907) 2023-07-18 18:06:43 +02:00
svg.test.js
utils.js
utils.test.js