♻️ refactor(auth): Refactor user authorization handling and improve error logging
This commit is contained in:
-5
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user