forked from nihonium/nyanimedb
feat: reworked user and login page
This commit is contained in:
parent
87eb6a6b12
commit
354c577f7d
6 changed files with 323 additions and 21 deletions
|
|
@ -41,9 +41,9 @@ export class AuthService {
|
|||
pass: string;
|
||||
},
|
||||
): CancelablePromise<{
|
||||
success?: boolean;
|
||||
error?: string | null;
|
||||
user_id?: string | null;
|
||||
user_name?: string | null;
|
||||
}> {
|
||||
return __request(OpenAPI, {
|
||||
method: 'POST',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue