♻️ refactor(auth): Refactor user authorization handling and improve error logging

This commit is contained in:
web@ppanel
2024-12-30 22:41:12 +07:00
parent cd59d44435
commit 68bc18f584
8 changed files with 29 additions and 35 deletions
-5
View File
@@ -613,11 +613,6 @@ declare namespace API {
ip_register_limit_duration: number;
};
type RelayConfig = {
dispatch_mode: string;
relay_nodes: NodeRelay[];
};
type Response = {
/** 状态码 */
code?: number;
-5
View File
@@ -222,11 +222,6 @@ declare namespace API {
ip_register_limit_duration: number;
};
type RelayConfig = {
dispatch_mode: string;
relay_nodes: NodeRelay[];
};
type ResetPasswordRequest = {
email: string;
password: string;