otp: register the token after success login
This commit is contained in:
@@ -132,13 +132,7 @@ export type LinkParameterType = {
|
||||
sign: "=" | ">" | ">=" | "<" | "<=";
|
||||
value: string;
|
||||
};
|
||||
|
||||
export type LoginResponseType = {
|
||||
status: string;
|
||||
token?: string;
|
||||
error?: string;
|
||||
};
|
||||
|
||||
|
||||
export type LoginUserType = {
|
||||
username?: string;
|
||||
password?: string;
|
||||
|
||||
Reference in New Issue
Block a user