diff --git a/components/scenes/chapters.vue b/components/scenes/chapters.vue index e12420d..184313a 100755 --- a/components/scenes/chapters.vue +++ b/components/scenes/chapters.vue @@ -96,8 +96,6 @@ const props = defineProps({ }, }); -console.log(props.chapters); - const lastChapter = props.chapters.at(-1); const duration = lastChapter.time + lastChapter.duration; diff --git a/pages/auth/keys/+Page.vue b/components/user/api-keys.vue similarity index 54% rename from pages/auth/keys/+Page.vue rename to components/user/api-keys.vue index 9f28992..9ca2f0a 100644 --- a/pages/auth/keys/+Page.vue +++ b/components/user/api-keys.vue @@ -1,97 +1,100 @@