mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
sending register request
This commit is contained in:
parent
3a11b01c99
commit
9486c5bdf5
5 changed files with 43 additions and 3 deletions
|
@ -140,6 +140,8 @@ export const apiLoginWithSocial = ({
|
|||
password?: string;
|
||||
}): Promise<IResultWithStatus<{
|
||||
token: string;
|
||||
error: string;
|
||||
errors: Record<string, string>;
|
||||
needs_register: boolean;
|
||||
}>> =>
|
||||
api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue