Skip to content

Commit 504a881

Browse files
committed
just to get some neatness
1 parent b778039 commit 504a881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pages/login.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<script setup lang="ts">
22
const supabase = useSupabaseClient();
3+
const user = useSupabaseUser();
34
45
const state = reactive({
56
email: "",
@@ -25,7 +26,6 @@ async function onSubmit() {
2526
}
2627
}
2728
28-
const user = useSupabaseUser();
2929
watch(
3030
user,
3131
() => {

0 commit comments

Comments
 (0)