💚 Adds CI build for web
This commit is contained in:
@@ -31,7 +31,7 @@ async function onSubmit(event: FormSubmitEvent<Schema>) {
|
||||
const res = await $fetch("https://door.svitan.dev/open", {
|
||||
method: "GET",
|
||||
headers: {
|
||||
Authorization: token
|
||||
Authorization: `Bearer ${token}`
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user