🎨 Formatted code
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
isSubmitting = false;
|
||||
};
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>ClassQuiz - Reset your Password</title>
|
||||
</svelte:head>
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
|
||||
let email = '';
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>ClassQuiz - Reset your Password</title>
|
||||
</svelte:head>
|
||||
|
||||
@@ -133,6 +133,7 @@
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>ClassQuiz - Settings</title>
|
||||
</svelte:head>
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
return await response.json();
|
||||
};
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>ClassQuiz - Explore</title>
|
||||
</svelte:head>
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>ClassQuiz - Search</title>
|
||||
</svelte:head>
|
||||
|
||||
@@ -79,6 +79,7 @@
|
||||
window.location.replace(`/admin?token=${data.game_id}&pin=${data.game_pin}&connect=1`);
|
||||
};
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>ClassQuiz - View {quiz.title}</title>
|
||||
</svelte:head>
|
||||
|
||||
Reference in New Issue
Block a user