1
0
Fork 0
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:
Fedor Katurov 2020-08-20 17:04:56 +07:00
parent 3a11b01c99
commit 9486c5bdf5
5 changed files with 43 additions and 3 deletions

View file

@ -140,6 +140,8 @@ export const apiLoginWithSocial = ({
password?: string;
}): Promise<IResultWithStatus<{
token: string;
error: string;
errors: Record<string, string>;
needs_register: boolean;
}>> =>
api