Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lemueldls committed Sep 13, 2024
1 parent 2a1c4c0 commit 459b659
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/pages/login.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
<script setup lang="ts">
definePageMeta({ layout: "auth" });
const pathname = ref();
onMounted(() => {
pathname.value = window.location.pathname;
});
</script>

<template>
<m3-elevated-card class="gap-4 w-120">
<h1 class="m3-title-large">Login</h1>

{{ pathname }}

<md-filled-button href="/auth/github">
Continue with GitHub
</md-filled-button>
Expand Down

0 comments on commit 459b659

Please sign in to comment.