otp: register the token after success login

This commit is contained in:
2025-10-31 14:14:43 +03:00
parent 3dddc78dda
commit 95842a7b43
3 changed files with 13 additions and 29 deletions

View File

@@ -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;