just ignore email always
This commit is contained in:
parent
1710d5d91d
commit
bf4e7b27dc
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export class AuthService {
|
||||||
|
|
||||||
async createSignupCode(code: string, name: string) {
|
async createSignupCode(code: string, name: string) {
|
||||||
const res = await this.client.POST('/auth/signup-codes', {
|
const res = await this.client.POST('/auth/signup-codes', {
|
||||||
body: { code, name },
|
body: { code, email: '', name },
|
||||||
credentials: 'include',
|
credentials: 'include',
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue