sso
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-22 11:20:26 +08:00
parent 5c78f808b0
commit 09343106c8
145 changed files with 15 additions and 16865 deletions

View File

@@ -240,6 +240,10 @@ function createRequestClient(baseURL: string) {
// 不再执行下面逻辑
throw new Error(_msg);
}
case 403: {
window.location.href = msg;
break;
}
default: {
if (msg) {
timeoutMsg = msg;