fix: restrict password login to existing phone accounts
This commit is contained in:
@@ -23,7 +23,7 @@ export type PublicUserSearchResponse = {
|
||||
};
|
||||
|
||||
export type AuthEntryRequest = {
|
||||
username: string;
|
||||
phone: string;
|
||||
password: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user