fix: authorization / registration
This commit is contained in:
@@ -39,7 +39,7 @@ export function loginStart(payload: LoginStartPayload): Promise<void> {
|
||||
}
|
||||
|
||||
export function loginComplete(payload: LoginCompletePayload): Promise<AuthResponse> {
|
||||
return api.post<AuthResponse>('/auth/login/complete', payload)
|
||||
return api.post<AuthResponse>('/auth/login/compete', payload)
|
||||
}
|
||||
|
||||
export async function logout(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user