mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
remove basic
This commit is contained in:
@@ -9,9 +9,7 @@ import { AESEncrypt } from 'src/app/services/aesencrypt.service';
|
||||
|
||||
const UserLoginInputSchema = z.object({
|
||||
username: z.string(),
|
||||
password: z.string(),
|
||||
domainName: z.string(),
|
||||
BasicAuthKey: z.string()
|
||||
password: z.string()
|
||||
})
|
||||
|
||||
export type UserLoginInput = z.infer<typeof UserLoginInputSchema>
|
||||
|
||||
Reference in New Issue
Block a user