fix: 接口调用自动刷新访问令牌制造的的灵车

* 是什么我忘了, 但是这就是灵车😇
This commit is contained in:
CrescentLeaf
2025-10-07 13:07:11 +08:00
parent 6e73662860
commit b36fe7a67e
2 changed files with 24 additions and 11 deletions

View File

@@ -28,8 +28,9 @@ export type CallMethod =
export type ClientEvent =
"Client.onMessage"
export const CallableMethodBeforeAuth = [
export const CallableMethodBeforeAuth = [
"User.auth",
"User.register",
"User.login",
"User.refreshAccessToken",
]