feat: get signup via discord working
This commit is contained in:
parent
77dea0c5ed
commit
9a3c51459b
6 changed files with 183 additions and 18 deletions
|
@ -84,6 +84,11 @@ export interface SignupRequest {
|
|||
invite_code?: string;
|
||||
}
|
||||
|
||||
export interface SignupResponse {
|
||||
user: MeUser;
|
||||
token: string;
|
||||
}
|
||||
|
||||
export interface PartialUser {
|
||||
id: string;
|
||||
username: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue