feat: reworked user and login page

This commit is contained in:
nihonium 2025-11-25 04:33:54 +03:00
parent 87eb6a6b12
commit 354c577f7d
Signed by untrusted user: nihonium
GPG key ID: 0251623741027CFC
6 changed files with 323 additions and 21 deletions

View file

@ -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',