mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-07-07 04:19:43 -04:00
chore: add ts-ignore where needed
This commit is contained in:
@ -9,6 +9,7 @@ export default function Login() {
|
||||
const data = Object.fromEntries(formData);
|
||||
|
||||
const hello = await fetch(`https://api.ssh.surf/hello`, {
|
||||
// @ts-ignore
|
||||
headers: { "x-ssh-auth": data.key },
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user