list users
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { AuthSessionType, AuthUser } from '~/types/auth';
|
||||
import type { ApiResponse } from '~/types/api';
|
||||
import type { AuthSessionType, AuthUser } from '#shared/types/auth';
|
||||
import type { ApiResponse } from '#shared/types/api';
|
||||
|
||||
export async function getAuthSessionData(params: {
|
||||
sessionType: AuthSessionType;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { toast } from 'vue-sonner';
|
||||
import type { ApiResponse } from '~/types/api';
|
||||
import type { AuthUser } from '~/types/auth';
|
||||
import type { ApiResponse } from '#shared/types/api';
|
||||
import type { AuthUser } from '#shared/types/auth';
|
||||
import { getApiHeaders } from '..';
|
||||
|
||||
export async function loginUser(
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { toast } from 'vue-sonner';
|
||||
import type { ApiResponse } from '~/types/api';
|
||||
import type { ApiResponse } from '#shared/types/api';
|
||||
|
||||
export async function registerUser(
|
||||
username: string,
|
||||
|
||||
Reference in New Issue
Block a user