mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-13 03:16:33 -05:00
feat: implement discord oauth flow
This commit is contained in:
@@ -33,6 +33,10 @@ export type ApiAuthLogin = {
|
||||
refreshToken: string;
|
||||
};
|
||||
|
||||
export type ApiAccountDiscordLink = {
|
||||
url: string
|
||||
};
|
||||
|
||||
export const LoginSchema = z.object({
|
||||
username: z.string(),
|
||||
password: z.string()
|
||||
|
||||
Reference in New Issue
Block a user